Skip to content

Commit

Permalink
Update workflow packages
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Feb 3, 2024
1 parent 1614c63 commit 806bf52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand All @@ -51,13 +51,13 @@ jobs:
fi
chmod 755 dist/*
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.goos == 'linux'
with:
name: PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}
path: dist/PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.goos == 'windows'
with:
name: PalworldServerConfigParser-${{ matrix.goos }}-${{ matrix.goarch }}.exe
Expand Down

0 comments on commit 806bf52

Please sign in to comment.