Skip to content

Commit c339bcd

Browse files
Update actions/upload-artifact action to v7
1 parent f6bc92e commit c339bcd

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
@@ -77,7 +77,7 @@ jobs:
7777
make test-cover
7878
7979
- name: Upload coverage
80-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
80+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8181
with:
8282
name: coverage-${{ matrix.os }}-${{ matrix.go }}
8383
path: coverage.*

0 commit comments

Comments
 (0)