Skip to content

Commit

Permalink
Bump upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six committed Sep 18, 2024
1 parent 3337f47 commit c29d959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet publish --no-restore -r win-x64 -p:PublishSingleFile=true -p:Configuration=Release --self-contained true
cd ..
- name: Upload Binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Scarab-Windows
path: Scarab/bin/Release/net6.0/win-x64/publish/
Expand All @@ -42,7 +42,7 @@ jobs:
dotnet publish -r linux-x64 -p:PublishSingleFile=true -p:Configuration=Release --self-contained true
cd ..
- name: Upload Binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Scarab-Linux
path: Scarab/bin/Release/net6.0/linux-x64/publish/
Expand All @@ -67,7 +67,7 @@ jobs:
mkdir out
python3 make_app.py Scarab.app Scarab/bin/Release/net6.0/osx-x64/publish
- name: Upload Binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Scarab-MacOS
path: out/mac.zip
Expand Down

0 comments on commit c29d959

Please sign in to comment.