ci: bump gha to latest stable

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-02-23 08:55:40 +01:00
parent 52a1696536
commit 8ee01addc6
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ jobs:
targets: test targets: test
- -
name: Upload coverage name: Upload coverage
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v4
with: with:
file: ./coverage/clover.xml file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

View File

@@ -25,7 +25,7 @@ runs:
- -
name: Generate name: Generate
id: generate id: generate
uses: actions/github-script@v6 uses: actions/github-script@v7
with: with:
script: | script: |
let def; let def;