[docs] It is not clear how using the same name
and overwrite: true
works between workflows
#668
Labels
documentation
Improvements or additions to documentation
What files would you like to change?
We recently migrated some repos from v3 artifact actions to v4, and everything worked, but from time to time, we started seeing some time-outs while trying to download artifacts using
actions/download-artifact@v4
. After trying many things, the definitive solution appears to be addingoverwrite: true
. I wondered how thatoverwrite: true
works if two workflows run simultaneously using the same artifact name. I tried reading the README and the Actions Artifacts docs but didn't find any mention to this, so I'm asking here:name: build-${{ github.run_id }}
?For context, here's the upload code:
and the download code:
Any help would be appreciated, thanks in advance!
What are your suggested changes?
Clarify the behavior of
overwrite: true
between workflowsThe text was updated successfully, but these errors were encountered: