File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 working-directory : ./site
6363
6464 - name : Upload build artifacts
65- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
65+ uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
6666 with :
6767 name : site-build
6868 path : site/build
Original file line number Diff line number Diff line change 8888
8989 - name : Upload coverage report artifact (only for primary version)
9090 if : matrix.python-version == env.PRIMARY_PYTHON_VERSION && steps.set_coverage_artifact_name.outputs.name != ''
91- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 # Pin to v4
91+ uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # Pin to v4
9292 with :
9393 name : ${{ steps.set_coverage_artifact_name.outputs.name }}
9494 path : coverage.xml
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 "
226226
227227 - name : Upload report artifact
228- uses : actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47 # Pin to v4
228+ uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 # Pin to v4
229229 with :
230230 name : ${{ matrix.tool }}-report
231231 path : |
You can’t perform that action at this time.
0 commit comments