Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jul 31, 2024
1 parent 0ad94ca commit 653d2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
Move-Item -Path target/release/*.exe -Destination artifacts/
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows
path: "artifacts/*"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
mv target/release/client artifacts/
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux
path: "artifacts/*"

0 comments on commit 653d2dd

Please sign in to comment.