diff --git a/.github/workflows/persistent-environment.yml b/.github/workflows/persistent-environment.yml index 3559e39dd..02689a1df 100644 --- a/.github/workflows/persistent-environment.yml +++ b/.github/workflows/persistent-environment.yml @@ -105,7 +105,7 @@ jobs: make truststore-pull-server ENV=${account} - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: build-artifacts path: dist @@ -164,7 +164,7 @@ jobs: poetry install --no-root - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: build-artifacts path: dist diff --git a/.github/workflows/pr-env-deploy.yml b/.github/workflows/pr-env-deploy.yml index 7a0f13128..dbd2ad8ec 100644 --- a/.github/workflows/pr-env-deploy.yml +++ b/.github/workflows/pr-env-deploy.yml @@ -130,7 +130,7 @@ jobs: role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }} - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: build-artifacts path: dist