Skip to content

Commit 75a9485

Browse files
chore(deps): update actions/upload-artifact digest to 043fb46
1 parent a4ac91c commit 75a9485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: go test -v -race -coverprofile=coverage.out ./...
5151

5252
- name: Upload coverage
53-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
53+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5454
with:
5555
name: coverage
5656
path: coverage.out

0 commit comments

Comments
 (0)