diff --git a/.github/workflows/build-dev-environment.yml b/.github/workflows/build-dev-environment.yml index 49887e2..48140be 100644 --- a/.github/workflows/build-dev-environment.yml +++ b/.github/workflows/build-dev-environment.yml @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v4 - name: Download Package Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: maven-packages path: modules diff --git a/.github/workflows/push-production.yml b/.github/workflows/push-production.yml index 368a6d7..a6312d9 100644 --- a/.github/workflows/push-production.yml +++ b/.github/workflows/push-production.yml @@ -109,7 +109,7 @@ jobs: install: true - name: Download Package Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: maven-packages path: modules