Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 3f3abfb

Browse files
chore(deps): update github artifact actions
1 parent 156d374 commit 3f3abfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
poetry build
3535
3636
- name: Upload distributions
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: release-dists
4040
path: dist/
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Retrieve release distributions
63-
uses: actions/download-artifact@v4
63+
uses: actions/download-artifact@v6
6464
with:
6565
name: release-dists
6666
path: dist/

0 commit comments

Comments
 (0)