Skip to content

Commit

Permalink
Tweak delete-artifact step
Browse files Browse the repository at this point in the history
 - Update calling convention
 - Make it not fail the build
  • Loading branch information
MatthiasValvekens committed Jan 30, 2024
1 parent f650d85 commit ece860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
env_vars: OS,PYTHON
name: codecov-umbrella
- name: Clean up coverage reports
continue-on-error: true
uses: GeekyEggo/delete-artifact@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: coverage-*

0 comments on commit ece860a

Please sign in to comment.