We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e206dd commit 37a9604Copy full SHA for 37a9604
.github/workflows/ci.yaml
@@ -55,12 +55,12 @@ jobs:
55
go-version-file: "go.mod"
56
57
- name: Download unit coverage
58
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4.3.2
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4.3.2
59
with:
60
name: unit.cov
61
62
- name: Download smoke coverage
63
64
65
name: smoke.cov
66
0 commit comments