Skip to content

Commit

Permalink
Merge pull request #111 from mazrean/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mazrean authored Mar 2, 2024
2 parents 872542d + 0e2b91a commit 95a1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
file: ./coverage.txt
yml: ./codecov.yml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage.txt
path: coverage.txt
Expand Down

0 comments on commit 95a1c6e

Please sign in to comment.