Skip to content

Commit 96bd833

Browse files
committed
ci: Fix-up release pipeline
1 parent aaa838d commit 96bd833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
tar c ./maddy-$ver-src | zstd > ~/maddy-src.tar.zst
4040
cd -
4141
- name: "Upload source tree"
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: maddy-src.tar.zst
4545
path: '~/maddy-src.tar.zst'
4646
if-no-files-found: error
4747
- name: "Upload binary tree"
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: maddy-binary.tar.zst
5151
path: '~/maddy-x86_64-linux-musl.tar.zst'

0 commit comments

Comments
 (0)