File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 shell : bash
4444 - uses : actions/checkout@v3
4545 - run : make generate preflight
46- - uses : actions/upload-artifact@v1
46+ - uses : actions/upload-artifact@v3
4747 with :
4848 name : preflight
4949 path : bin/preflight
@@ -119,7 +119,7 @@ jobs:
119119 shell : bash
120120 - uses : actions/checkout@v3
121121 - run : make generate support-bundle
122- - uses : actions/upload-artifact@v1
122+ - uses : actions/upload-artifact@v3
123123 with :
124124 name : support-bundle
125125 path : bin/support-bundle
@@ -173,7 +173,7 @@ jobs:
173173 shell : bash
174174 - uses : actions/checkout@v3
175175 - run : make generate collect
176- - uses : actions/upload-artifact@v1
176+ - uses : actions/upload-artifact@v3
177177 with :
178178 name : collect
179179 path : bin/collect
You can’t perform that action at this time.
0 commit comments