Skip to content

Commit d810892

Browse files
committed
chore(ci): update action version
Signed-off-by: Frost Ming <[email protected]>
1 parent 2d90e85 commit d810892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
pipx run build
3131
- name: Store the distribution packages
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: python-package-distributions
3535
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545
id-token: write
4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: python-package-distributions
5151
path: dist/

0 commit comments

Comments
 (0)