Skip to content

Commit afdbd43

Browse files
Merge pull request #168 from frequenz-floss/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 66286da + ca79229 commit afdbd43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: env
146146

147147
- name: Download package
148-
uses: actions/download-artifact@v7
148+
uses: actions/download-artifact@v8
149149
with:
150150
name: dist-packages
151151
path: dist
@@ -301,7 +301,7 @@ jobs:
301301
runs-on: ubuntu-slim
302302
steps:
303303
- name: Download distribution files
304-
uses: actions/download-artifact@v7
304+
uses: actions/download-artifact@v8
305305
with:
306306
name: dist-packages
307307
path: dist
@@ -347,7 +347,7 @@ jobs:
347347
id-token: write
348348
steps:
349349
- name: Download distribution files
350-
uses: actions/download-artifact@v7
350+
uses: actions/download-artifact@v8
351351
with:
352352
name: dist-packages
353353
path: dist

0 commit comments

Comments
 (0)