From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:51:02 +0000 (+0000) Subject: chore(deps): bump actions/upload-artifact from 6 to 7 X-Git-Url: http://internal-gitweb-vhost/parse/src/example_cli/struct.WitnessProgram.html?a=commitdiff_plain;h=24af63015c526e571a1f0a74fe291e08be8e1fa3;p=bdk chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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] --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 2b3fa4fd..7c0ca51b 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -35,7 +35,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage-report.html