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 8d3e5bf commit 2fbb70fCopy full SHA for 2fbb70f
.github/workflows/codeql_unit_tests.yml
@@ -151,7 +151,7 @@ jobs:
151
file.close()
152
153
- name: Upload test results
154
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
155
with:
156
name: ${{ matrix.language }}-test-results-${{ runner.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library_ident }}
157
path: |
.github/workflows/standard_library_upgrade_tests.yml
@@ -143,7 +143,7 @@ jobs:
143
}, test_summary_file)
144
145
146
147
148
name: test-results-${{runner.os}}-${{matrix.codeql_cli}}-${{matrix.codeql_standard_library_ident}}
149
0 commit comments