Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Nov 12, 2024
1 parent d37aef1 commit d8a6924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mv *.dsi artifacts
mv *.cia artifacts
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "artifacts/*"
name: build
Expand All @@ -51,7 +51,7 @@ jobs:
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit d8a6924

Please sign in to comment.