diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 435ba72..77f3430 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -50,7 +50,7 @@ jobs: mv "$ORIG_JAR" "$NEW_NAME" - name: Upload Mod JAR - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.binary-version.outputs.jar_name }} path: build/libs/*.jar \ No newline at end of file diff --git a/.github/workflows/ci-gametest.yml b/.github/workflows/ci-gametest.yml index fa5f088..d9f00ce 100644 --- a/.github/workflows/ci-gametest.yml +++ b/.github/workflows/ci-gametest.yml @@ -36,7 +36,7 @@ jobs: - name: Upload test logs if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: game-test-logs path: test_output.log