Skip to content

Commit

Permalink
Update upload-artifact action to the latest version
Browse files Browse the repository at this point in the history
v2 has been deprecated since June 30, 2024
  • Loading branch information
KyrietS committed Jan 12, 2025
1 parent 3dad419 commit 7edbe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
move build\Release\trex.lib .
7z a -tzip trex.zip trex.lib
- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: trex-windows-msvc-x64
path: trex.zip
Expand All @@ -39,7 +39,7 @@ jobs:
mv build/libtrex.a .
tar -czf trex.tar.gz libtrex.a
- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: trex-linux-gcc-x64
path: trex.tar.gz

0 comments on commit 7edbe39

Please sign in to comment.