Skip to content

Commit

Permalink
Allow searching older workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 9, 2024
1 parent 32f792c commit 4b4abf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ jobs:
println(io, "tarball_filename=$tarball_filename")
println(io, "tag=v$(project.version)")
end
- uses: dawidd6/action-download-artifact@v3
- uses: dawidd6/action-download-artifact@v6
id: action-artifact
with:
workflow: Update.yaml
name: ${{ steps.details.outputs.key }}
check_artifacts: true # Check more than just the latest "Update" workflow
# As `ncipollo/release-action`'s `artifactErrorsFailBuild` input will still cause a release
# to be created we'll perform this check to fail earlier.
- name: Validate artifact retrieved
Expand Down

0 comments on commit 4b4abf1

Please sign in to comment.