diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 508b83e0c..2104ec4ba 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-artifacts path: dist diff --git a/.github/workflows/persistent-environment.yml b/.github/workflows/persistent-environment.yml index 8c9b751bc..07071ce2c 100644 --- a/.github/workflows/persistent-environment.yml +++ b/.github/workflows/persistent-environment.yml @@ -108,7 +108,7 @@ jobs: make truststore-pull-server ENV=${account} - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-artifacts path: dist @@ -171,7 +171,7 @@ jobs: poetry install --no-root - name: Download build artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-artifacts path: dist diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 60e7d32ea..9579dcf13 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-artifacts path: dist diff --git a/.github/workflows/pr-env-deploy.yml b/.github/workflows/pr-env-deploy.yml index 37c0b4c46..d5e304403 100644 --- a/.github/workflows/pr-env-deploy.yml +++ b/.github/workflows/pr-env-deploy.yml @@ -136,7 +136,7 @@ jobs: role-session-name: github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }} - name: Download Artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: build-artifacts path: dist