File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
| gzip > docker.tar.gz
138
138
139
139
- name : cache
140
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
140
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
141
141
with :
142
142
name : docker.tar.gz
143
143
path : docker.tar.gz
Original file line number Diff line number Diff line change 91
91
nginx-1.25:1.0.0-dev \
92
92
| gzip > docker.tar.gz
93
93
- name : cache
94
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
94
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
95
95
with :
96
96
name : docker.tar.gz
97
97
path : docker.tar.gz
Original file line number Diff line number Diff line change 51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
52
# format to the repository Actions tab.
53
53
- name : " Upload artifact"
54
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
54
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
55
55
with :
56
56
name : SARIF file
57
57
path : results.sarif
Original file line number Diff line number Diff line change 49
49
make kind-e2e-test
50
50
51
51
- name : Upload e2e junit-reports ${{ inputs.variation }}
52
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
52
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
53
53
if : success() || failure()
54
54
with :
55
55
name : e2e-test-reports-${{ inputs.k8s-version }}${{ inputs.variation }}
You can’t perform that action at this time.
0 commit comments