Skip to content

Commit f26412b

Browse files
committed
github: Upgrade missed deprecated actions to newer ones
These were missed in ad30b74. The mismatch between upload-artifact and download-artifact in ad30b74 makes the later steps fail to download the artifacts from previous steps.
1 parent f4f78cd commit f26412b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msvcrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
NAME=llvm-mingw-$TAG-msvcrt-$DISTRO
7878
mv llvm-mingw $NAME
7979
tar -Jcf ../$NAME.tar.xz $NAME
80-
- uses: actions/upload-artifact@v3
80+
- uses: actions/upload-artifact@v4
8181
with:
8282
name: linux-msvcrt-x86_64-toolchain
8383
path: |
@@ -120,7 +120,7 @@ jobs:
120120
NAME=llvm-mingw-$TAG-${{matrix.crt}}-${{matrix.arch}}
121121
mv llvm-mingw $NAME
122122
zip -9rq ../$NAME.zip $NAME
123-
- uses: actions/upload-artifact@v3
123+
- uses: actions/upload-artifact@v4
124124
with:
125125
name: windows-${{matrix.crt}}-${{matrix.arch}}-toolchain
126126
path: |

0 commit comments

Comments
 (0)