Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 44671f6 commit c4ce8c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Restore target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
persist-credentials: false
- name: Restore target
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target
- uses: actions/setup-node@v4
Expand Down

0 comments on commit c4ce8c2

Please sign in to comment.