Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: ./
Expand Down Expand Up @@ -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/
Expand Down
Loading