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] committed Mar 2, 2022
1 parent 9d02aa1 commit a678091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-production.yaml
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 @@ -194,7 +194,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 @@ -155,7 +155,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 @@ -203,7 +203,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

0 comments on commit a678091

Please sign in to comment.