Skip to content

Commit

Permalink
Use main branch for actions that don't have master
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Gaul committed Nov 14, 2023
1 parent 076eede commit ae2b741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
coverage xml --omit='tests/**' -o cov-all-no-tests.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@master
uses: codecov/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov-all-no-tests.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: always()
steps:
- name: Delete artefacts shared between jobs
uses: geekyeggo/delete-artifact@master
uses: geekyeggo/delete-artifact@main
with:
name: |
ubuntu-latest
Expand Down

0 comments on commit ae2b741

Please sign in to comment.