Skip to content

Commit

Permalink
Update actions/download-artifact action to v4 (#6728)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 50ba1d5 commit 0e9be49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-static-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0e9be49

Please sign in to comment.