Skip to content

Commit

Permalink
fix(ci): bumped upload-artifact version to solve deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
AurumTheEnd committed Apr 22, 2024
1 parent 0c36eef commit 1b6efdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Archive code coverage results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
Expand Down

0 comments on commit 1b6efdf

Please sign in to comment.