From 20828c6c41f8c31bfebc1703e34db7f6f28cf76d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 00:04:24 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/release-production.yaml | 4 ++-- .github/workflows/release-staging.yaml | 4 ++-- .github/workflows/release-static-production.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-production.yaml b/.github/workflows/release-production.yaml index e7cef37433c..01b8a5f774b 100644 --- a/.github/workflows/release-production.yaml +++ b/.github/workflows/release-production.yaml @@ -142,7 +142,7 @@ jobs: pip install grow --upgrade-strategy eager - name: Fetching build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build-setup path: artifacts @@ -195,7 +195,7 @@ jobs: uses: google-github-actions/setup-gcloud@v0 - name: Fetching build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/.github/workflows/release-staging.yaml b/.github/workflows/release-staging.yaml index cae31d234a5..4ea86ee4b00 100644 --- a/.github/workflows/release-staging.yaml +++ b/.github/workflows/release-staging.yaml @@ -158,7 +158,7 @@ jobs: pip install grow --upgrade-strategy eager - name: Fetching build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build-setup path: artifacts @@ -207,7 +207,7 @@ jobs: export_default_credentials: true - name: Fetching build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts diff --git a/.github/workflows/release-static-production.yml b/.github/workflows/release-static-production.yml index 00ce393cfc6..bd5ac5cf2c7 100644 --- a/.github/workflows/release-static-production.yml +++ b/.github/workflows/release-static-production.yml @@ -141,7 +141,7 @@ jobs: pip install grow --upgrade-strategy eager - name: Fetching build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build-setup path: artifacts @@ -186,7 +186,7 @@ jobs: run: npm install - name: Fetching build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: path: artifacts