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 21, 2024
1 parent 20388ee commit c6556cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
submodules: true

- name: Download Dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
submodules: true

- name: Download Dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist

Expand All @@ -255,7 +255,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Place Artifacts
shell: bash
Expand Down

0 comments on commit c6556cd

Please sign in to comment.