Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 9bdcfc3

Browse files
chore(deps): update actions/download-artifact action to v8
1 parent 4069a5f commit 9bdcfc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/download-artifact@v7
32+
- uses: actions/download-artifact@v8
3333
with:
3434
name: python-package-distributions
3535
path: dist/
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454

5555
steps:
56-
- uses: actions/download-artifact@v7
56+
- uses: actions/download-artifact@v8
5757
with:
5858
name: python-package-distributions
5959
path: dist/

0 commit comments

Comments
 (0)