Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent 437c87d commit eaecbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Download coverage report parts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: coverage
- name: Combine coverage report parts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo-and-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Download builds
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: builds
- name: Prepare builds
Expand Down

0 comments on commit eaecbd1

Please sign in to comment.