We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76d2831 + 1fdb27d commit 607d1caCopy full SHA for 607d1ca
1 file changed
.github/workflows/python-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
id-token: write # IMPORTANT: mandatory for trusted publishing
53
steps:
54
- name: Download all the dists
55
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
56
with:
57
name: python-package-distributions
58
path: dist/
@@ -85,7 +85,7 @@ jobs:
85
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
86
87
88
89
90
91
0 commit comments