diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 96fa21225..82e5b39c2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -101,7 +101,7 @@ jobs: mv "./RetroArcher_${{ runner.os }}_${{ matrix.architecture }}.zip" ./artifacts/ - name: Upload Artifacts - uses: actions/upload-artifact@v3 # https://github.com/actions/upload-artifact + uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact with: name: RetroArcher_${{ runner.os }}_${{ matrix.architecture }} if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn` diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index e5c31d5ea..266da1a98 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -366,7 +366,7 @@ jobs: - name: Upload Artifacts if: ${{ steps.prepare.outputs.artifacts == 'true' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Docker${{ matrix.tag }} path: artifacts/