Skip to content

Commit 4ddb809

Browse files
chore(deps): update github artifact actions
1 parent dfb14a4 commit 4ddb809

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uvx --from build pyproject-build
2222
2323
- name: Upload sdist and wheel as artifacts
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v7
2525
with:
2626
name: dist
2727
path: dist

.github/workflows/_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: rm build/html/.doctrees/environment.pickle
3131

3232
- name: Upload built docs artifact
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: docs
3636
path: build

.github/workflows/_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Download dist artifact
11-
uses: actions/download-artifact@v5
11+
uses: actions/download-artifact@v8
1212
with:
1313
name: dist
1414
path: dist

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
steps:
99
- name: Download artifacts
10-
uses: actions/download-artifact@v5
10+
uses: actions/download-artifact@v8
1111
with:
1212
merge-multiple: true
1313

0 commit comments

Comments
 (0)