File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 # Currently reusable workflows do not support setting strategy property from the caller workflow.
120120 - name : Upload the package artifact for debugging and release
121121 if : matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
122- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
122+ uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
123123 with :
124124 name : artifact-${{ matrix.os }}-python-${{ matrix.python }}
125125 path : dist
Original file line number Diff line number Diff line change 4949
5050 # Upload the results as artifacts (optional).
5151 - name : Upload artifact
52- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
52+ uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
5353 with :
5454 name : SARIF file
5555 path : results.sarif
You can’t perform that action at this time.
0 commit comments