We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0edb819 + ae857cc commit 8ed9236Copy full SHA for 8ed9236
.github/workflows/build-iso.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Upload ISOs and Checksum to Job Artifacts
80
if: inputs.upload-to-s3 != true && github.event_name != 'pull_request'
81
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
82
with:
83
path: ${{ steps.build.outputs.output-directory }}
84
if-no-files-found: error
0 commit comments