We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbccf72 + cc23d3a commit 8411ab4Copy full SHA for 8411ab4
.github/workflows/codeql_unit_tests.yml
@@ -173,7 +173,7 @@ jobs:
173
script: |
174
core.setFailed('Test run job failed')
175
- name: Collect test results
176
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
177
178
- name: Validate test results
179
run: |
.github/workflows/standard_library_upgrade_tests.yml
@@ -164,7 +164,7 @@ jobs:
164
python-version: "3.9"
165
166
167
168
169
170
shell: python
0 commit comments