File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Upload precompiled tests
4343 if : matrix.os == 'ubuntu-latest'
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : assemblyscript-testsuite
4747 path : tests/assemblyscript/testsuite
6767
6868 - name : Upload precompiled tests
6969 if : matrix.os == 'ubuntu-latest'
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : rust-testsuite
7373 path : tests/rust/testsuite
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Upload precompiled tests
121121 if : matrix.os == 'ubuntu-latest'
122- uses : actions/upload-artifact@v3
122+ uses : actions/upload-artifact@v4
123123 with :
124124 name : c-testsuite
125125 path : tests/c/testsuite
@@ -150,7 +150,7 @@ jobs:
150150 run : git rm --ignore-unmatch tests/${{ matrix.suite }}/testsuite/*.wasm
151151
152152 - name : Download ${{ matrix.suite }} test binaries
153- uses : actions/download-artifact@v3
153+ uses : actions/download-artifact@v4
154154 with :
155155 name : ${{ matrix.suite }}-testsuite
156156 path : ./tests/${{ matrix.suite }}/testsuite
You can’t perform that action at this time.
0 commit comments