Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
args: build --clean --snapshot --single-target

- name: Store artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: cheqd-noded
path: dist/did-resolver_linux_amd64_v1/did-resolver
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
cache-to: type=gha,scope=docker-build-amd64,mode=max

- name: Upload staging image as an artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: did-resolver-staging
path: did-resolver-staging.tar
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: docker compose -f tests/docker-compose-testing.yml logs --tail --follow

- name: Upload integration tests result
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: report-integration.xml
path: tests/integration/rest/report-integration.xml
Loading