Skip to content

Commit

Permalink
bump upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Jan 8, 2025
1 parent dcea5c3 commit 7a27147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/listener-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
mv binary tidal
tar cvfj linux.tar tidal/*
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: tidal-listener/linux.tar

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/listener-build-macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
cd tidal-listener/
tar cvfj macosx.tar binary/*
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: tidal-listener/macosx.tar

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/listener-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: zip files
run: Compress-Archive -LiteralPath 'tidal-listener\binary\' -DestinationPath 'tidal-listener\windows.zip'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: tidal-listener\windows.zip

Expand Down

0 comments on commit 7a27147

Please sign in to comment.