Skip to content

Commit ab2dbe8

Browse files
Update actions/download-artifact action to v5 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39c598e commit ab2dbe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
45+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4646
with:
4747
name: python-package-distributions
4848
path: dist/
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Download all the dists
66-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
66+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
6767
with:
6868
name: python-package-distributions
6969
path: dist/

0 commit comments

Comments
 (0)