Skip to content

Commit eea844b

Browse files
authored
Merge pull request #61 from frequenz-floss/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6
2 parents 29b0a10 + 172504c commit eea844b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v4
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@v4
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@v4
198+
uses: actions/upload-artifact@v6
199199
with:
200200
name: docs-site
201201
path: site/

0 commit comments

Comments
 (0)