Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (#10)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Aug 10, 2023
1 parent 8747c93 commit fa19e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
work-dir: ${{ env.WORK_DIR }}
version: v1.46-alpine
- name: upload lint report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: lint-report
Expand Down Expand Up @@ -206,13 +206,13 @@ jobs:
uses: wwmoraes/actions/golang/test@master
id: test
- name: upload coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: coverage-report
path: ${{ steps.test.outputs.cover-profile }}
- name: upload test report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: test-report
Expand Down

0 comments on commit fa19e42

Please sign in to comment.