diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 5fa8c45..ea8d8ea 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' architecture: x64 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact - name: 'Report Coverage' diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 85afc60..bc21ab5 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' architecture: x64 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact - name: Create JAR bundle