Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: no artifacts found, but not on rerun #42

Closed
eirikstor opened this issue Dec 7, 2020 · 1 comment
Closed

Error: no artifacts found, but not on rerun #42

eirikstor opened this issue Dec 7, 2020 · 1 comment

Comments

@eirikstor
Copy link

eirikstor commented Dec 7, 2020

I have a workflow, which is triggered every night when a build server is finished and uploads several artifacts to github.

My workflow tries to download one of these artifacts using the following job

jobs:
  download-image:
    runs-on: [self-hosted, magnus]
    steps:
      - name: Download workflow artifact ${{ github.event.inputs.image_name }}
        uses: dawidd6/action-download-artifact@v2.10.0
        with:
          workflow: ${{ env.SOURCE_WORKFLOW }}
          run_id: ${{ github.event.inputs.run_id }}
          name: ${{ github.event.inputs.image_name }}

The issue is that I get the Error: no artifacts found error during the night, but when I rerun the job / workflow later, it is successful. I've checked the timestamps on the uploading of the artifacts and confirmed that they are uploaded at least 1 hour before the download-image job has started. Any idea on how to fix this?

@dawidd6
Copy link
Owner

dawidd6 commented Dec 7, 2020

Sorry, but no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants