diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b00c6b5..fa1f0a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,13 +177,13 @@ jobs: cp -r tests/unittests temp/tests/unittests - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.config.artifact }} path: artifact - name: Upload temp artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: temp-${{ matrix.config.artifact }} path: temp @@ -386,7 +386,7 @@ jobs: - name: Upload crashes continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: crashes path: crashes.tar.gz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9be079aa..4d6ef19f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: artifact-name: 'arkscript.exe' - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.config.artifact }} path: artifact