Skip to content

Commit 5fc68f2

Browse files
committed
update deprecated github actions
1 parent 807a33e commit 5fc68f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python3 -m build
3434

3535
- name: Store the distribution packages
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: python-package-distributions
3939
path: dist/
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Download the dists
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: python-package-distributions
5858
path: dist/
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Download dists
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: python-package-distributions
7979
path: dist/

0 commit comments

Comments
 (0)