We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd375a commit c03b794Copy full SHA for c03b794
.github/workflows/integration-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
cp target/release/wbuild/zeitgeist-runtime/zeitgeist_runtime.compact.compressed.wasm runtimes/;
31
32
- name: Upload runtimes
33
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
34
with:
35
name: runtimes
36
path: runtimes
@@ -41,7 +41,7 @@ jobs:
41
cp target/release/zeitgeist binaries/;
42
43
- name: Upload binary
44
45
46
name: binaries
47
path: binaries
0 commit comments