Skip to content

Commit e1d1556

Browse files
Bump actions/upload-artifact from 2 to 3 (#97)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88e8b64 commit e1d1556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run Tests
7979
run: make unit-test
8080
- name: Upload Coverage Report
81-
uses: actions/upload-artifact@v2
81+
uses: actions/upload-artifact@v3
8282
with:
8383
name: cover-${{ needs.vars.outputs.sha }}.html
8484
path: ${{ github.workspace }}/cover.html
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
sarif_file: 'trivy-results-nginx-kubernetes-gateway.sarif'
148148
- name: Upload Scan Results
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v3
150150
continue-on-error: true
151151
with:
152152
name: 'trivy-results-nginx-kubernetes-gateway.sarif'

0 commit comments

Comments
 (0)