Skip to content

Commit 566f9f5

Browse files
authored
Merge pull request #80 from frequenz-floss/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 607c0a5 + b9fea09 commit 566f9f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mike set-default $MIKE_VERSION
4848
4949
- name: Upload site
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: docs-site
5353
path: site/

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: python -m build
9494

9595
- name: Upload distribution files
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
with:
9898
name: dist-packages
9999
path: dist/
@@ -195,7 +195,7 @@ jobs:
195195
mike set-default $MIKE_VERSION
196196
197197
- name: Upload site
198-
uses: actions/upload-artifact@v4
198+
uses: actions/upload-artifact@v5
199199
with:
200200
name: docs-site
201201
path: site/

0 commit comments

Comments
 (0)