Skip to content

Commit 60db4ec

Browse files
committed
Update minigw
1 parent bbf49c6 commit 60db4ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
shell: msys2 {0}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- uses: msys2/setup-msys2@v2
2020
with:
2121
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,9 +27,9 @@ jobs:
2727
zip cyanrip cyanrip.exe
2828
2929
- name: "Upload artifact"
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
32-
name: cyanrip
32+
name: cyanrip-${{ matrix.runs-on }}
3333
path: cyanrip.exe
3434

3535
- name: Get Release

0 commit comments

Comments
 (0)