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.
1 parent 6ee9202 commit 52234e7Copy full SHA for 52234e7
.github/workflows/codeql_unit_tests.yml
@@ -171,7 +171,7 @@ jobs:
171
script: |
172
core.setFailed('Test run job failed')
173
- name: Collect test results
174
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
175
176
- name: Validate test results
177
run: |
.github/workflows/standard_library_upgrade_tests.yml
@@ -162,7 +162,7 @@ jobs:
162
python-version: "3.9"
163
164
165
166
167
168
shell: python
0 commit comments