Skip to content

Commit

Permalink
Update deprecated upload-artifact actions (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Sep 16, 2024
1 parent 84bd28f commit 3ad64db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ jobs:
- name: Upload Windows binary
# only upload binaries for pull requests
if: ${{ github.event_name == 'pull_request' && github.base_ref != 'refs/heads/master'}}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: stash-box-win.exe
path: dist/stash-box-windows.exe
- name: Upload Linux binary
# only upload binaries for pull requests
if: ${{ github.event_name == 'pull_request' && github.base_ref != 'refs/heads/master'}}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: stash-box-linux
path: dist/stash-box-linux
Expand Down

0 comments on commit 3ad64db

Please sign in to comment.