Skip to content

Commit

Permalink
Upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Sep 18, 2024
1 parent d6e36f3 commit 280327b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
env:
VERSION: ${{ steps.package-version.outputs.version }}
- name: Upload debug binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuclear-binaries-${{ matrix.platform }}-debug
path: release/*.*
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
VERSION: ${{ steps.package-version.outputs.version }}
- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuclear-binaries-linux
path: release/*.*
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
env:
VERSION: ${{ steps.package-version.outputs.version }}
- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuclear-binaries-mac
path: release/*.*
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
env:
VERSION: ${{ steps.package-version.outputs.version }}
- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuclear-binaries-mac-arm64
path: release/*.*
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
env:
VERSION: ${{ steps.package-version.outputs.version }}
- name: Upload binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuclear-binaries-windows
path: release/*.*
Expand Down

0 comments on commit 280327b

Please sign in to comment.