diff --git a/.github/workflows/build-dev-environment.yml b/.github/workflows/build-dev-environment.yml index ab68b901..73348fe9 100644 --- a/.github/workflows/build-dev-environment.yml +++ b/.github/workflows/build-dev-environment.yml @@ -73,7 +73,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 feff68a2..3a430971 100644 --- a/.github/workflows/push-production.yml +++ b/.github/workflows/push-production.yml @@ -102,7 +102,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