Skip to content

Commit

Permalink
Actually allowed overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale authored Jan 21, 2024
1 parent 1b235fa commit b33941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage
overwrite: true
path: coverage.xml

coveralls:
Expand All @@ -70,7 +71,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage
overwrite: true
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.2.3

Expand Down

0 comments on commit b33941c

Please sign in to comment.