Skip to content

Commit 068088b

Browse files
Merge pull request #2 from frequenz-floss/dependabot/github_actions/artifacts-8204c6933e
Bump the artifacts group with 2 updates
2 parents 49efd6d + 2ecae56 commit 068088b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
run: python -m build
250250

251251
- name: Upload distribution files
252-
uses: actions/upload-artifact@v3
252+
uses: actions/upload-artifact@v4
253253
with:
254254
name: dist-packages
255255
path: dist/
@@ -267,7 +267,7 @@ jobs:
267267
uses: actions/checkout@v4
268268

269269
- name: Download package
270-
uses: actions/download-artifact@v3
270+
uses: actions/download-artifact@v4
271271
with:
272272
name: dist-packages
273273
path: dist
@@ -325,7 +325,7 @@ jobs:
325325
mike set-default $MIKE_VERSION
326326
327327
- name: Upload site
328-
uses: actions/upload-artifact@v3
328+
uses: actions/upload-artifact@v4
329329
with:
330330
name: docs-site
331331
path: site/
@@ -415,7 +415,7 @@ jobs:
415415
runs-on: ubuntu-20.04
416416
steps:
417417
- name: Download distribution files
418-
uses: actions/download-artifact@v3
418+
uses: actions/download-artifact@v4
419419
with:
420420
name: dist-packages
421421
path: dist
@@ -461,7 +461,7 @@ jobs:
461461
id-token: write
462462
steps:
463463
- name: Download distribution files
464-
uses: actions/download-artifact@v3
464+
uses: actions/download-artifact@v4
465465
with:
466466
name: dist-packages
467467
path: dist

0 commit comments

Comments
 (0)