diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b3bb6a..f0d9468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -224,7 +224,7 @@ jobs: git pull - name: Download server JAR - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: server-standalone path: server/target diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index f3c7d53..d9f33ed 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v5 - name: Download server JAR - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: server-standalone path: server/target