We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acd91d commit 1031526Copy full SHA for 1031526
.github/workflows/blank.yml
@@ -47,7 +47,7 @@ jobs:
47
mv $ZIPNAME ../
48
cd ..
49
- name: Create artifact
50
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
51
with:
52
name: linux
53
path: vpaint_linux.zip
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
name: macos
92
path: vpaint_macos.zip
@@ -146,7 +146,7 @@ jobs:
146
# https://superuser.com/a/1336434/194881
147
# It is needed, because `zip` is not installed by default :-|
148
149
150
151
name: windows
152
path: vpaint_windows.zip
0 commit comments