Skip to content

Commit

Permalink
Tried matching action version for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 21, 2024
1 parent ed90ff4 commit 079fa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: test
path: test_report.xml
- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.xml
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Download coverage report
uses: actions/download-artifact@v4
with:
name: coverage
name: coverage
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]

Expand Down

0 comments on commit 079fa60

Please sign in to comment.