Skip to content

Commit 97ab8da

Browse files
committed
ci: fixing deprecated actions/upload-artifact
1 parent 3878d10 commit 97ab8da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing-nigthly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
yarn build
3737
yarn test test/integration/NFTs1155.test.ts
3838
- name: Upload logs
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
if: failure()
4141
with:
4242
name: nevermined-tools-output

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
yarn test:integration
5555
- name: Upload logs
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
if: failure()
5858
with:
5959
name: nevermined-tools-output

0 commit comments

Comments
 (0)