Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#1261)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 2866955 commit 4a90ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download darwinia
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: darwinia
- name: Install darwinia
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Fetch latest code
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: darwinia-artifact
path: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ${{ env.DOCKER_REGISTRY }}
- name: Download shared
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: darwinia-artifact
path: build
Expand Down

0 comments on commit 4a90ce4

Please sign in to comment.