Skip to content

Commit

Permalink
nit #10738
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 3, 2024
1 parent 7a51c0c commit fb94351
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
coverage json
- name: Upload coverage report as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: |
coverage.json
path: coverage.json
overwrite: true

check-coverage:
runs-on: ubuntu-latest
Expand All @@ -89,7 +89,7 @@ jobs:
check-latest: true

- name: Download coverage report artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-report
path: .
Expand Down

0 comments on commit fb94351

Please sign in to comment.