We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3878d10 commit 97ab8daCopy full SHA for 97ab8da
.github/workflows/testing-nigthly.yml
@@ -36,7 +36,7 @@ jobs:
36
yarn build
37
yarn test test/integration/NFTs1155.test.ts
38
- name: Upload logs
39
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
40
if: failure()
41
with:
42
name: nevermined-tools-output
.github/workflows/testing.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
yarn test:integration
55
56
- uses: actions/upload-artifact@v3
57
58
59
0 commit comments