Skip to content

Commit 950730e

Browse files
ci(deps): bump actions/download-artifact from 7 to 8 (#128)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d71f485 commit 950730e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
uses: actions/checkout@v6
167167

168168
- name: Download coverage from test job
169-
uses: actions/download-artifact@v7
169+
uses: actions/download-artifact@v8
170170
with:
171171
name: test-results-ubuntu-latest-go1.24
172172
path: ./coverage-download
@@ -269,7 +269,7 @@ jobs:
269269
continue-on-error: true # Don't fail the whole pipeline on coverage issues
270270
steps:
271271
- name: Download coverage reports
272-
uses: actions/download-artifact@v7
272+
uses: actions/download-artifact@v8
273273
with:
274274
name: coverage-reports
275275
path: ./
@@ -398,7 +398,7 @@ jobs:
398398
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
399399
400400
- name: Download binaries
401-
uses: actions/download-artifact@v7
401+
uses: actions/download-artifact@v8
402402
with:
403403
name: plugin-binaries
404404
path: bin/

0 commit comments

Comments
 (0)