Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 58a1d1d

Browse files
dependabot[bot]haasonsaas
authored andcommitted
chore(ci): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d073b30 commit 58a1d1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
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 } }'
7575
7676
- name: Upload coverage profile
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v7
7878
with:
7979
name: coverage-profile
8080
path: coverage.out
@@ -317,7 +317,7 @@ jobs:
317317
output-file: sbom-source.spdx.json
318318

319319
- name: Upload source SBOM
320-
uses: actions/upload-artifact@v4
320+
uses: actions/upload-artifact@v7
321321
with:
322322
name: source-sbom
323323
path: sbom-source.spdx.json
@@ -489,7 +489,7 @@ jobs:
489489

490490
- name: Upload flake metrics artifact
491491
if: always()
492-
uses: actions/upload-artifact@v4
492+
uses: actions/upload-artifact@v7
493493
with:
494494
name: ci-flake-metrics-${{ github.run_id }}
495495
path: flake-metrics/

0 commit comments

Comments
 (0)