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 bc961ef commit 051abceCopy full SHA for 051abce
1 file changed
.github/workflows/python.yml
@@ -252,7 +252,7 @@ jobs:
252
steps:
253
- name: fetch test artifacts
254
# see https://github.com/actions/download-artifact
255
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
256
with:
257
path: ${{ env.REPORTS_DIR }}
258
pattern: ${{ env.TESTS_REPORTS_ARTIFACT }}-*
0 commit comments