Skip to content

Commit 6d9a099

Browse files
Update actions/upload-artifact action to v6
1 parent 9399375 commit 6d9a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
make test-cover
7272
7373
- name: Upload coverage
74-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
74+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7575
with:
7676
name: coverage-${{ runner.os }}-go-${{ matrix.go }}
7777
path: coverage.*

0 commit comments

Comments
 (0)