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 @@ -141,7 +141,7 @@ jobs:
141
141
fail-on-empty : true
142
142
143
143
- name : Upload test report
144
- uses : actions/upload-artifact@v3
144
+ uses : actions/upload-artifact@v4
145
145
if : success() || failure()
146
146
with :
147
147
name : playwright-tests-report
Original file line number Diff line number Diff line change 36
36
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
37
37
# format to the repository Actions tab.
38
38
- name : " Upload artifact"
39
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
39
+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
40
40
with :
41
41
name : SARIF file
42
42
path : results.sarif
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
run : |
115
115
make gitops
116
116
- name : Upload binary
117
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
117
+ uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
118
118
with :
119
119
name : gitops-${{ matrix.os }}-${{ steps.gitsha.outputs.sha }}
120
120
path : bin/gitops
You can’t perform that action at this time.
0 commit comments