Skip to content

Commit 116120f

Browse files
chore(deps): update github artifact actions
1 parent 5900b41 commit 116120f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: python -m build
9898

9999
- name: Upload distributions
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
with:
102102
name: release-dists
103103
path: dist/
@@ -112,7 +112,7 @@ jobs:
112112
environment: pypi-release
113113
steps:
114114
- name: Retrieve release distributions
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116
with:
117117
name: release-dists
118118
path: dist/

0 commit comments

Comments
 (0)