Skip to content

Commit 83caa59

Browse files
Bump the actions group with 2 updates (#738)
1 parent 58ad6e3 commit 83caa59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build a binary wheel and a source tarball
4444
run: python -m build
4545
- name: Store the distribution packages
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
python-version: "3.x"
6565
- name: Download all the dists
66-
uses: actions/download-artifact@v7
66+
uses: actions/download-artifact@v8
6767
with:
6868
name: python-package-distributions
6969
path: dist/
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
python-version: "3.x"
9494
- name: Download all the dists
95-
uses: actions/download-artifact@v7
95+
uses: actions/download-artifact@v8
9696
with:
9797
name: python-package-distributions
9898
path: dist/
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
python-version: "3.x"
122122
- name: Download all the dists
123-
uses: actions/download-artifact@v7
123+
uses: actions/download-artifact@v8
124124
with:
125125
name: python-package-distributions
126126
path: dist/
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Download all the dists
155-
uses: actions/download-artifact@v7
155+
uses: actions/download-artifact@v8
156156
with:
157157
name: python-package-distributions
158158
path: dist/

0 commit comments

Comments
 (0)