Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2.2.4 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2.2.4...v3.1.1)

---
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>
  • Loading branch information
dependabot[bot] committed Oct 25, 2022
1 parent b807371 commit a73ee98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
timeout-minutes: 45
run: |
make bdd-test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3.1.1
if: always()
with:
name: logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 10
run: make vc-test-suite

- uses: actions/upload-artifact@v2.2.4
- uses: actions/upload-artifact@v3.1.1
with:
name: vc-report
path: build/vc-test-suite/suite/implementations/aries-framework-go-report.json

0 comments on commit a73ee98

Please sign in to comment.