mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-03-21 18:04:13 -05:00
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8a4ba45aae
commit
324e858e26
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
docker run --rm -v ${PWD}:/project builder make DEBUG=1
|
||||
|
||||
- name: Upload Wii_U_Account_Swap.rpx
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: Wii_U_Account_Swap.rpx
|
||||
path: "*.rpx"
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload Wii_U_Account_Swap.wuhb
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: Wii_U_Account_Swap.wuhb
|
||||
path: "*.wuhb"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user