Skip to content

Commit 8ed9236

Browse files
authored
Merge pull request #15 from nneto/dependabot/github_actions/actions/upload-artifact-6.0.0
Bump actions/upload-artifact from 4.6.2 to 6.0.0
2 parents 0edb819 + ae857cc commit 8ed9236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Upload ISOs and Checksum to Job Artifacts
8080
if: inputs.upload-to-s3 != true && github.event_name != 'pull_request'
81-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
81+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
8282
with:
8383
path: ${{ steps.build.outputs.output-directory }}
8484
if-no-files-found: error

0 commit comments

Comments
 (0)