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

Commit a73ee98

Browse files
chore(deps): bump actions/upload-artifact from 2.2.4 to 3.1.1
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] <[email protected]>
1 parent b807371 commit a73ee98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
timeout-minutes: 45
122122
run: |
123123
make bdd-test
124-
- uses: actions/upload-artifact@v2
124+
- uses: actions/upload-artifact@v3.1.1
125125
if: always()
126126
with:
127127
name: logs

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 10
4848
run: make vc-test-suite
4949

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

0 commit comments

Comments
 (0)