Skip to content

Commit 1031526

Browse files
committed
update to upload-artifact@v4
1 parent 3acd91d commit 1031526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blank.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mv $ZIPNAME ../
4848
cd ..
4949
- name: Create artifact
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: linux
5353
path: vpaint_linux.zip
@@ -86,7 +86,7 @@ jobs:
8686
mv $ZIPNAME ../
8787
cd ..
8888
- name: Create artifact
89-
uses: actions/upload-artifact@v2
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: macos
9292
path: vpaint_macos.zip
@@ -146,7 +146,7 @@ jobs:
146146
# https://superuser.com/a/1336434/194881
147147
# It is needed, because `zip` is not installed by default :-|
148148
- name: Create artifact
149-
uses: actions/upload-artifact@v2
149+
uses: actions/upload-artifact@v4
150150
with:
151151
name: windows
152152
path: vpaint_windows.zip

0 commit comments

Comments
 (0)