We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa838d commit 96bd833Copy full SHA for 96bd833
.github/workflows/release.yml
@@ -39,13 +39,13 @@ jobs:
39
tar c ./maddy-$ver-src | zstd > ~/maddy-src.tar.zst
40
cd -
41
- name: "Upload source tree"
42
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
43
with:
44
name: maddy-src.tar.zst
45
path: '~/maddy-src.tar.zst'
46
if-no-files-found: error
47
- name: "Upload binary tree"
48
49
50
name: maddy-binary.tar.zst
51
path: '~/maddy-x86_64-linux-musl.tar.zst'
0 commit comments