We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1427086 commit ac0247dCopy full SHA for ac0247d
.github/workflows/python-package.yml
@@ -81,7 +81,7 @@ jobs:
81
id-token: write # IMPORTANT: mandatory for trusted publishing
82
steps:
83
- name: Download all the dists
84
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
85
with:
86
name: python-package-distributions
87
path: dist/
@@ -101,7 +101,7 @@ jobs:
101
102
- uses: actions/checkout@v3
103
104
105
106
107
0 commit comments