Skip to content

Commit 364efc4

Browse files
Update actions/upload-artifact action to v5
1 parent ea86ac4 commit 364efc4

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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7575
with:
7676
name: coverage-${{ runner.os }}-go-${{ matrix.go }}
7777
path: coverage.*

0 commit comments

Comments
 (0)