diff --git a/.github/workflows/build-dev-environment.yml b/.github/workflows/build-dev-environment.yml index b1bf4c05..33657caf 100644 --- a/.github/workflows/build-dev-environment.yml +++ b/.github/workflows/build-dev-environment.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Download Package Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: maven-packages path: modules diff --git a/.github/workflows/push-production.yml b/.github/workflows/push-production.yml index de57dc24..423d30b5 100644 --- a/.github/workflows/push-production.yml +++ b/.github/workflows/push-production.yml @@ -99,7 +99,7 @@ jobs: uses: actions/checkout@v4 - name: Download Package Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: maven-packages path: modules