Skip to content

Commit

Permalink
Chore(deps): Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, d833b7f.
  • Loading branch information
dependabot[bot] committed Mar 2, 2024
1 parent 000f601 commit c5046c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
branch: ${{ github.ref }}

- name: Restore build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: /tmp/build
Expand Down Expand Up @@ -458,7 +458,7 @@ jobs:
- uses: actions/checkout@v4

- name: Restore build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: /tmp/build
Expand Down

0 comments on commit c5046c3

Please sign in to comment.