Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
awk -v got="$total" -v min="$MIN_COVERAGE" 'BEGIN { if (got+0 < min+0) { printf("coverage %.1f%% is below minimum %.1f%%\n", got, min); exit 1 } }'

- name: Upload coverage profile
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coverage-profile
path: coverage.out
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
output-file: sbom-source.spdx.json

- name: Upload source SBOM
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: source-sbom
path: sbom-source.spdx.json
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:

- name: Upload flake metrics artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ci-flake-metrics-${{ github.run_id }}
path: flake-metrics/
Expand Down
Loading