We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d86e670 + e9700bb commit 3da19b7Copy full SHA for 3da19b7
.github/workflows/python-tests.yml
@@ -80,7 +80,7 @@ jobs:
80
git config --system gpg.program "C:\Program Files (x86)\gnupg\bin\gpg.exe"
81
if: runner.os == 'Windows'
82
- run: pip install -U 'setuptools>=61'
83
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
84
with:
85
name: Packages
86
path: dist
@@ -102,7 +102,7 @@ jobs:
102
id-token: write
103
needs: [test]
104
steps:
105
106
107
108
@@ -115,7 +115,7 @@ jobs:
115
permissions:
116
117
118
119
120
121
0 commit comments