Skip to content

Commit ae10e5f

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#189)
1 parent 481f8da commit ae10e5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id-token: write # IMPORTANT: mandatory for trusted publishing
4545
steps:
4646
- name: Download all the dists
47-
uses: actions/download-artifact@v7
47+
uses: actions/download-artifact@v8
4848
with:
4949
name: python-package-distributions
5050
path: dist/
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Download all the dists
68-
uses: actions/download-artifact@v7
68+
uses: actions/download-artifact@v8
6969
with:
7070
name: python-package-distributions
7171
path: dist/
@@ -110,7 +110,7 @@ jobs:
110110

111111
steps:
112112
- name: Download all the dists
113-
uses: actions/download-artifact@v7
113+
uses: actions/download-artifact@v8
114114
with:
115115
name: python-package-distributions
116116
path: dist/

0 commit comments

Comments
 (0)