Skip to content

Commit 37a9604

Browse files
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 (#151)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e206dd commit 37a9604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
go-version-file: "go.mod"
5656

5757
- name: Download unit coverage
58-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4.3.2
58+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4.3.2
5959
with:
6060
name: unit.cov
6161

6262
- name: Download smoke coverage
63-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4.3.2
63+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4.3.2
6464
with:
6565
name: smoke.cov
6666

0 commit comments

Comments
 (0)