Skip to content

Commit 09ec785

Browse files
committed
github-actions: upgrade upload-artifact and download-artifact
1 parent 979cac2 commit 09ec785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make get-deps check
3333

3434
- name: Upload coverage artifact
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: coverage-${{ matrix.go }}
3838
path: test/coverage.out
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v6
4747

4848
- name: Download coverage artifact
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v8
5050
with:
5151
name: coverage-stable
5252

0 commit comments

Comments
 (0)