Skip to content

Commit

Permalink
ci: actions/upload-artifact v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Dec 19, 2023
1 parent 2641080 commit d4bfdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
go test -race $(go list ./...)
- name: Upload Release Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.ref == 'refs/heads/develop' || github.event_name == 'pull_request' }}
with:
name: wings_linux_${{ matrix.goarch }}
path: dist/wings

- name: Upload Debug Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ github.ref == 'refs/heads/develop' || github.event_name == 'pull_request' }}
with:
name: wings_linux_${{ matrix.goarch }}_debug
Expand Down

0 comments on commit d4bfdd4

Please sign in to comment.