Skip to content

Commit bcac33a

Browse files
authored
Merge pull request #149 from frequenz-floss/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 60ec857 + 8b19a68 commit bcac33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: env
150150

151151
- name: Download package
152-
uses: actions/download-artifact@v6
152+
uses: actions/download-artifact@v7
153153
with:
154154
name: dist-packages
155155
path: dist
@@ -305,7 +305,7 @@ jobs:
305305
runs-on: ubuntu-24.04
306306
steps:
307307
- name: Download distribution files
308-
uses: actions/download-artifact@v6
308+
uses: actions/download-artifact@v7
309309
with:
310310
name: dist-packages
311311
path: dist
@@ -351,7 +351,7 @@ jobs:
351351
id-token: write
352352
steps:
353353
- name: Download distribution files
354-
uses: actions/download-artifact@v6
354+
uses: actions/download-artifact@v7
355355
with:
356356
name: dist-packages
357357
path: dist

0 commit comments

Comments
 (0)