Skip to content

Commit

Permalink
Merge pull request #87 from docker/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
crazy-max authored Dec 16, 2023
2 parents b47d2c9 + 78eefa3 commit 0110a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
jq . ./examples/${{ matrix.example }}/build/sbom-base.spdx.json
-
name: Upload output folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-${{ matrix.example }}
path: ./examples/${{ matrix.example }}/build/*
Expand Down

0 comments on commit 0110a99

Please sign in to comment.