Skip to content

Commit 1ee5d8c

Browse files
authored
Update publish.yml
1 parent b2e5bb5 commit 1ee5d8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build a binary wheel and a source tarball
5454
run: python3 -m build
5555
- name: Store the distribution packages
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: python-package-distributions
5959
path: dist/
@@ -72,7 +72,7 @@ jobs:
7272
id-token: write # IMPORTANT: mandatory for trusted publishing
7373
steps:
7474
- name: Download all the dists
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4
7676
with:
7777
name: python-package-distributions
7878
path: dist/
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
echo "Local version: ${{needs.check_version.outputs.localversion}}"
100100
- name: Download all the dists
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
name: python-package-distributions
104104
path: dist/
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Download all the dists
140-
uses: actions/download-artifact@v3
140+
uses: actions/download-artifact@v4
141141
with:
142142
name: python-package-distributions
143143
path: dist/

0 commit comments

Comments
 (0)