Skip to content

Commit ebf2531

Browse files
authored
Merge pull request #359 from TotallyNotRobots/renovate/major-5-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents d919d56 + cddae73 commit ebf2531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write # IMPORTANT: mandatory for trusted publishing
4141
steps:
4242
- name: Download all the dists
43-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
43+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
4444
with:
4545
name: python-package-distributions
4646
path: dist/

0 commit comments

Comments
 (0)