Skip to content

Commit 607d1ca

Browse files
authored
Merge pull request #224 from TotallyNotRobots/renovate/major-7-github-artifact-actions
chore(deps): update actions/download-artifact action to v7
2 parents 76d2831 + 1fdb27d commit 607d1ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write # IMPORTANT: mandatory for trusted publishing
5353
steps:
5454
- name: Download all the dists
55-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
55+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
5656
with:
5757
name: python-package-distributions
5858
path: dist/
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8686

8787
- name: Download all the dists
88-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
88+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8989
with:
9090
name: python-package-distributions
9191
path: dist/

0 commit comments

Comments
 (0)