Skip to content

Commit 0be6995

Browse files
authored
Merge pull request #142 from frequenz-floss/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a80900c + bb352bb commit 0be6995

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
@@ -48,7 +48,7 @@ jobs:
4848
mike set-default $MIKE_VERSION
4949
5050
- name: Upload site
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: docs-site
5454
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@v5
96+
uses: actions/upload-artifact@v6
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@v5
198+
uses: actions/upload-artifact@v6
199199
with:
200200
name: docs-site
201201
path: site/

0 commit comments

Comments
 (0)