diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26e1281..a89ba8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: name: Build with Docker using devkitARM steps: - name: Checkout repo - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: submodules: recursive - name: Setup environment @@ -44,7 +44,7 @@ jobs: cp 3ds/3DZwei.3dsx ~/artifacts cp 3ds/3DZwei.cia ~/artifacts - name: Publish build to GH Actions - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: path: ~/artifacts/* name: build @@ -61,7 +61,7 @@ jobs: sudo apt-get update sudo apt-get install qrencode -y - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build path: build