File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
# Currently reusable workflows do not support setting strategy property from the caller workflow.
130
130
- name : Upload the package artifact for debugging and release
131
131
if : matrix.os == env.ARTIFACT_OS && matrix.python == env.ARTIFACT_PYTHON
132
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
132
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
133
133
with :
134
134
name : artifact-${{ matrix.os }}-python-${{ matrix.python }}
135
135
path : dist
Original file line number Diff line number Diff line change 49
49
50
50
# Upload the results as artifacts (optional).
51
51
- name : Upload artifact
52
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
52
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
You can’t perform that action at this time.
0 commit comments