Skip to content

Commit

Permalink
Update actions/download-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 1260410 commit 1ba4075
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@v3
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@v3
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@v3
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@v3
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@v3
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@v3
with:
path: artifacts

Expand Down

0 comments on commit 1ba4075

Please sign in to comment.