Skip to content

Commit

Permalink
Merge 87f06d2 into 5b783fe
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 29, 2023
2 parents 5b783fe + 87f06d2 commit 05d3dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -201,7 +201,7 @@ jobs:
with:
fetch-depth: 20

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: coverage
path: .
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
needs: test
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: packages
path: dist
Expand Down

0 comments on commit 05d3dc9

Please sign in to comment.