File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 # Currently reusable workflows do not support setting strategy property from the caller workflow.
135135 - name : Upload the package artifact for debugging and release
136136 if : matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
137- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 .1.3
137+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 .1.0
138138 with :
139139 name : artifact-${{ matrix.os }}-python-${{ matrix.python }}
140140 path : dist
Original file line number Diff line number Diff line change 5252
5353 # Upload the results as artifacts (optional).
5454 - name : Upload artifact
55- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 .1.3
55+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 .1.0
5656 with :
5757 name : SARIF file
5858 path : results.sarif
You can’t perform that action at this time.
0 commit comments