We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2de66 commit abd6587Copy full SHA for abd6587
.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
82
with:
83
path: ${{ steps.build.outputs.output-directory }}
84
if-no-files-found: error
0 commit comments