Skip to content

Commit

Permalink
Update pvsneslib_build_package.yml
Browse files Browse the repository at this point in the history
CHange upload artifact from v3 to v4
  • Loading branch information
alekmaul authored Feb 1, 2025
1 parent 8e818a4 commit d961502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pvsneslib_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# Upload releases #
# ------------------------------------ #
- name: Upload PVSNESLIB release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PVSNESLIB Release for ${{ matrix.name }}
path: release/pvsneslib_64b_${{ matrix.name }}.zip
Expand All @@ -121,7 +121,7 @@ jobs:
# Upload releases #
# ------------------------------------ #
- name: Upload PVSNESLIB logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PVSNESLIB Release Logs for ${{ matrix.name }}
path: "*.log"

0 comments on commit d961502

Please sign in to comment.