Skip to content

Commit 678e111

Browse files
authored
Merge pull request #151 from docker/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6
2 parents d4cac7b + 1bc9af5 commit 678e111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
jq . ./examples/${{ matrix.example }}/build/sbom-base.spdx.json
9292
-
9393
name: Upload output folder
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: e2e-${{ matrix.example }}
9797
path: ./examples/${{ matrix.example }}/build/*

0 commit comments

Comments
 (0)