Skip to content

Commit

Permalink
workflow: update actions in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 4, 2024
1 parent 5b3bd8b commit c6841b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build with Docker using devkitARM
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
7z a TWiLightMenu-Flashcard.7z
mv TWiLightMenu-Flashcard.7z ~/artifacts
- name: Publish build to GH Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ~/artifacts/*
name: build
Expand All @@ -178,7 +178,7 @@ jobs:
needs: build
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit c6841b3

Please sign in to comment.