diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8117f5ddb2..ec9baaab8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 @@ -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