diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa3d311..29b3905 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,13 +88,13 @@ jobs: - build-jdk8 steps: - name: retrieve generated war files (jre8) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: war-jre8 path: artifacts - name: retrieve generated war files (jre11) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: war-jre11 path: artifacts diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c637fd7..e6f4773 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: retrieve generated files (jre8) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: war-jre8 path: artifacts