Skip to content

Commit

Permalink
Merge pull request #187 from crazy-max/bump-gha
Browse files Browse the repository at this point in the history
ci: bump gha to latest stable
  • Loading branch information
crazy-max committed Feb 23, 2024
2 parents 52a1696 + 8ee01ad commit a36b3d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion subaction/list-targets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
-
name: Generate
id: generate
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let def;
Expand Down

0 comments on commit a36b3d6

Please sign in to comment.