Skip to content

Commit 5659e13

Browse files
build(deps): bump actions/download-artifact from 3.0.2 to 4.1.0 (quickwit-oss#171)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42b4910 commit 5659e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
python-version: 3.8
153153

154-
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
154+
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
155155
with:
156156
name: wheels
157157
path: wheels
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
177177

178-
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
178+
- uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
179179
with:
180180
name: wheels
181181
path: wheels

0 commit comments

Comments
 (0)