diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6cec40..61374d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: run: ./gradlew build --stacktrace - name: 📦 Capture build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Artifacts path: build/libs/ \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ac55dd..091b951 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: ./gradlew build --stacktrace - name: 📦 Capture build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: Artifacts path: build/libs/