Skip to content

Commit

Permalink
use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtleP committed Sep 28, 2024
1 parent 07ca315 commit a1d03f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Nintendo 3DS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- id: commit
uses: pr-mpt/actions-commit-hash@v1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nintendo 3DS-${{ steps.commit.outputs.short }}
path: |
Expand All @@ -50,7 +50,7 @@ jobs:
- id: commit
uses: pr-mpt/actions-commit-hash@v1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nintendo 3DS (Debug)-${{ steps.commit.outputs.short }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Nintendo Switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- id: commit
uses: pr-mpt/actions-commit-hash@v1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nintendo Switch-${{ steps.commit.outputs.short }}
path: |
Expand All @@ -50,7 +50,7 @@ jobs:
- id: commit
uses: pr-mpt/actions-commit-hash@v1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nintendo Switch (Debug)-${{ steps.commit.outputs.short }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Nintendo Wii U.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- id: commit
uses: pr-mpt/actions-commit-hash@v1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nintendo Wii U-${{ steps.commit.outputs.short }}
path: |
Expand All @@ -50,7 +50,7 @@ jobs:
- id: commit
uses: pr-mpt/actions-commit-hash@v1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Nintendo Wii U (Debug)-${{ steps.commit.outputs.short }}
path: |
Expand Down

0 comments on commit a1d03f1

Please sign in to comment.