We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff6a95 commit a5e1268Copy full SHA for a5e1268
2 files changed
.github/workflows/ci.yaml
@@ -199,7 +199,7 @@ jobs:
199
./.github/scripts/format-coverage.sh coverage.out "$CURRENT_COV" "$MAIN_COV" > coverage-summary.md
200
201
- name: Upload coverage artifact
202
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
203
with:
204
name: coverage-report
205
path: |
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
47
- name: Upload artifacts
48
49
if: always()
50
51
name: release-artifacts
0 commit comments