Skip to content

Commit

Permalink
[GitHub] Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RhenaudTheLukark committed Sep 11, 2024
1 parent bd50ae0 commit cf49e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: sudo mv ${{ github.workspace }}/build/StandaloneWindows64/ ${{ github.workspace }}/build/CreateYourFrisk/

# Output
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: CreateYourFrisk-win64
path: build
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- run: sudo mv ${{ github.workspace }}/build/StandaloneOSX/ ${{ github.workspace }}/build/CreateYourFrisk/

# Output
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: CreateYourFrisk-macos64
path: build
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- run: sudo mv ${{ github.workspace }}/build/StandaloneLinux64/ ${{ github.workspace }}/build/CreateYourFrisk/

# Output
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: CreateYourFrisk-lin64
path: build
Expand Down

0 comments on commit cf49e22

Please sign in to comment.