From 3f130bb727a258227f48045a5a335ecd766435ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:38:15 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6.0.0 to 7.0.0 in /.github/workflows Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-coverage.yaml | 6 +++--- .github/workflows/rust-license-report.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-coverage.yaml b/.github/workflows/rust-coverage.yaml index 4050971..432397a 100644 --- a/.github/workflows/rust-coverage.yaml +++ b/.github/workflows/rust-coverage.yaml @@ -54,19 +54,19 @@ jobs: RUSTC_BOOTSTRAP=1 cargo tarpaulin --workspace --implicit-test-threads --all-features --all-targets --doc -o xml -o lcov -o html - name: Upload coverage report (lcov) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: test_coverage_lcov with: name: code-coverage-lcov path: lcov.info - name: Upload coverage report (xml) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: test_coverage_xml with: name: code-coverage-xml path: cobertura.xml - name: Upload coverage report (html) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: test_coverage_html with: name: code-coverage-html diff --git a/.github/workflows/rust-license-report.yaml b/.github/workflows/rust-license-report.yaml index eccd4c7..7b7cbde 100644 --- a/.github/workflows/rust-license-report.yaml +++ b/.github/workflows/rust-license-report.yaml @@ -64,7 +64,7 @@ jobs: - name: Create license report run: | cargo about generate --config ${{ inputs.config }} ${{ inputs.templates }} > licenses.html - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: license_report with: name: license-report