Skip to content

Commit

Permalink
Merge pull request #18 from zadjadr/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
zadjadr authored Jul 23, 2024
2 parents 9b83c92 + 37d43c3 commit dd6f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage report as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage.out

0 comments on commit dd6f710

Please sign in to comment.