Skip to content

Commit

Permalink
[CI] bump actions/upload-artifact and actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and rfuest committed May 1, 2024
1 parent a20ebff commit 23e2333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mv mingw-*gtkwave*.pkg.tar.zst ../../
../standalone_pkg.sh
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
mingw-*gtkwave*.pkg.tar.zst
Expand All @@ -72,7 +72,7 @@ jobs:
needs: [ msys2 ]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
- uses: pyTooling/Actions/releaser@r0
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 23e2333

Please sign in to comment.