Commit 60db4ec 1 parent bbf49c6 commit 60db4ec Copy full SHA for 60db4ec
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
run :
16
16
shell : msys2 {0}
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- uses : msys2/setup-msys2@v2
20
20
with :
21
21
install : git base-devel zip autoconf automake libtool mingw-w64-x86_64-toolchain mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm mingw-w64-x86_64-libcdio-paranoia mingw-w64-x86_64-opus mingw-w64-x86_64-lame mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libxml2 mingw-w64-x86_64-nghttp2
27
27
zip cyanrip cyanrip.exe
28
28
29
29
- name : " Upload artifact"
30
- uses : actions/upload-artifact@v2
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
- name : cyanrip
32
+ name : cyanrip-${{ matrix.runs-on }}
33
33
path : cyanrip.exe
34
34
35
35
- name : Get Release
You can’t perform that action at this time.
0 commit comments