We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4215825 commit 722c664Copy full SHA for 722c664
.github/workflows/ci.yaml
@@ -197,7 +197,7 @@ jobs:
197
./.github/scripts/format-coverage.sh coverage.out "$CURRENT_COV" "$MAIN_COV" > coverage-summary.md
198
199
- name: Upload coverage artifact
200
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
201
with:
202
name: coverage-report
203
path: |
.github/workflows/release.yaml
@@ -44,7 +44,7 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
- name: Upload artifacts
47
48
if: always()
49
50
name: release-artifacts
0 commit comments