From d5b7c987d68b9725d770e8f39da41ebca8814d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:02:47 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6204dd1b..765fc86f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,7 +166,7 @@ jobs: uses: actions/checkout@v6 - name: Download coverage from test job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: test-results-ubuntu-latest-go1.24 path: ./coverage-download @@ -269,7 +269,7 @@ jobs: continue-on-error: true # Don't fail the whole pipeline on coverage issues steps: - name: Download coverage reports - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-reports path: ./ @@ -398,7 +398,7 @@ jobs: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - name: Download binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: plugin-binaries path: bin/