Skip to content

Commit 0f66e0c

Browse files
authored
Bump artifact actions version to v4 (#1056)
1 parent e7500b1 commit 0f66e0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/010_build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cd substrate-node/tests
5555
robot -d _output_tests/ .
5656
57-
- uses: actions/upload-artifact@v3
57+
- uses: actions/upload-artifact@v4
5858
if: always()
5959
with:
6060
name: integration test output

.github/workflows/030_create_release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
3838
3939
- name: Upload tfchain srtool json
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: tfchain-srtool-digest-json
4343
path: tfchain-srtool-digest.json
4444

4545
- name: Upload runtime
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: tfchain-runtime
4949
path: substrate-node/${{ steps.srtool_build.outputs.wasm_compressed }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Download artifacts
6161
id: download
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4
6363
with:
6464
name: tfchain-runtime
6565
path: tfchain-runtime

0 commit comments

Comments
 (0)