Skip to content

Commit

Permalink
github: Upgrade missed deprecated actions to newer ones
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstorsjo committed Jan 30, 2024
1 parent f4f78cd commit f26412b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvcrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
NAME=llvm-mingw-$TAG-msvcrt-$DISTRO
mv llvm-mingw $NAME
tar -Jcf ../$NAME.tar.xz $NAME
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: linux-msvcrt-x86_64-toolchain
path: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
NAME=llvm-mingw-$TAG-${{matrix.crt}}-${{matrix.arch}}
mv llvm-mingw $NAME
zip -9rq ../$NAME.zip $NAME
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: windows-${{matrix.crt}}-${{matrix.arch}}-toolchain
path: |
Expand Down

0 comments on commit f26412b

Please sign in to comment.