Skip to content

Commit 18f4516

Browse files
authored
Merge pull request #262 from cisagov/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 93415be + 88c3481 commit 18f4516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
- name: Compress image
356356
run: gzip dist/image.tar
357357
- name: Upload artifacts
358-
uses: actions/upload-artifact@v4
358+
uses: actions/upload-artifact@v6
359359
with:
360360
name: dist
361361
path: dist

0 commit comments

Comments
 (0)