Skip to content

Commit 876e35b

Browse files
build(deps): Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 053e720 commit 876e35b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
args: build --clean --snapshot --single-target
2828

2929
- name: Store artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: cheqd-noded
3333
path: dist/did-resolver_linux_amd64_v1/did-resolver
@@ -74,7 +74,7 @@ jobs:
7474
cache-to: type=gha,scope=docker-build-amd64,mode=max
7575

7676
- name: Upload staging image as an artifact
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: did-resolver-staging
8080
path: did-resolver-staging.tar

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: docker compose -f tests/docker-compose-testing.yml logs --tail --follow
6868

6969
- name: Upload integration tests result
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: report-integration.xml
7373
path: tests/integration/rest/report-integration.xml

0 commit comments

Comments
 (0)