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 Dec 14, 2023
1 parent 0299011 commit 6664393
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 @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: Restore artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v3

- name: Restore artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
persist-credentials: false

- name: Restore artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}

Expand Down

0 comments on commit 6664393

Please sign in to comment.