Skip to content

Commit

Permalink
[WF:release, WF:test_build] Update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Nov 7, 2023
1 parent 7d8db33 commit 53f9afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Upload Linux build to artifacts
- if: matrix.os == 'ubuntu-latest'
name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linux-assets
path: package/linux/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run pack-${{ env.TARGET_PLATFORM }}
# Upload build artifact
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ufc-ripper-test-build-${{ github.run_number }}-artifacts
path: package/artifacts/${{ env.PACKAGE_NAME }}

0 comments on commit 53f9afb

Please sign in to comment.