Skip to content

Commit 91c68ac

Browse files
renovate[bot]waybackarchiver
authored andcommitted
Update actions/upload-artifact action to v4
1 parent 5047ebf commit 91c68ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
make test-cover
7878
7979
- name: Upload coverage
80-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
80+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
8181
with:
82-
name: coverage
82+
name: coverage-${{ matrix.os }}-${{ matrix.go }}
8383
path: coverage.*
8484

8585
- name: Run integration test

0 commit comments

Comments
 (0)