Skip to content

Commit

Permalink
Upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxu authored Nov 14, 2024
1 parent cbec956 commit 5618d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cd target\release
7z a ${{ steps.vars.outputs.release_file_name }} flo-worker.exe flo-ping.exe
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: flo-${{ matrix.os }}
path: target/release/*.zip
Expand Down

0 comments on commit 5618d8f

Please sign in to comment.