Skip to content

Commit 5d3eb3a

Browse files
chore(deps): update github artifact actions
1 parent d96002b commit 5d3eb3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
poetry build
2626
- name: Store the distribution packages
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: python-package-distributions
3030
path: dist/
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download all the dists
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v6
4545
with:
4646
name: python-package-distributions
4747
path: dist/
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Download all the dists
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v6
6565
with:
6666
name: python-package-distributions
6767
path: dist/

0 commit comments

Comments
 (0)