Skip to content

Commit 7b0b46b

Browse files
authored
Merge pull request #179 from frequenz-floss/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 78ddc3d + 647b4a3 commit 7b0b46b

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
@@ -134,7 +134,7 @@ jobs:
134134
run: env
135135

136136
- name: Download package
137-
uses: actions/download-artifact@v5
137+
uses: actions/download-artifact@v6
138138
with:
139139
name: dist-packages
140140
path: dist
@@ -298,7 +298,7 @@ jobs:
298298
runs-on: ubuntu-24.04
299299
steps:
300300
- name: Download distribution files
301-
uses: actions/download-artifact@v5
301+
uses: actions/download-artifact@v6
302302
with:
303303
name: dist-packages
304304
path: dist
@@ -344,7 +344,7 @@ jobs:
344344
id-token: write
345345
steps:
346346
- name: Download distribution files
347-
uses: actions/download-artifact@v5
347+
uses: actions/download-artifact@v6
348348
with:
349349
name: dist-packages
350350
path: dist

0 commit comments

Comments
 (0)