diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 2a74d63fd..65e20d048 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -86,7 +86,7 @@ jobs: ref: ${{ github.ref }} - name: Get build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: dist diff --git a/.github/workflows/persistent-environment.yml b/.github/workflows/persistent-environment.yml index fcc47fcdd..fb88401fc 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@v8 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@v8 with: name: build-artifacts path: dist diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ad5b9e56e..3b15d9ff3 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ github.ref }} - name: Get build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: build-artifacts path: dist diff --git a/.github/workflows/pr-env-deploy.yml b/.github/workflows/pr-env-deploy.yml index 76e27080f..ed02b2d4e 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@v8 with: name: build-artifacts path: dist