Skip to content

Commit

Permalink
go to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Apr 15, 2024
1 parent e626ffa commit 2ecd20e
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 @@ -24,7 +24,7 @@ jobs:
- name: Copy assets
run: cp -r ./Assets ./src/build/Assets
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Linux release
path: ./src/build
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Copy assets
run: cp -r ./Assets ./src/build/Assets
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Windows release
path: ./src/build

0 comments on commit 2ecd20e

Please sign in to comment.