File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 go-version-file : ' go.mod'
6161 - run : make generate preflight
62- - uses : actions/upload-artifact@v4
62+ - uses : actions/upload-artifact@v5
6363 with :
6464 name : preflight
6565 path : bin/preflight
8989 with :
9090 go-version-file : ' go.mod'
9191 - run : make generate support-bundle
92- - uses : actions/upload-artifact@v4
92+ - uses : actions/upload-artifact@v5
9393 with :
9494 name : support-bundle
9595 path : bin/support-bundle
Original file line number Diff line number Diff line change 9292 - uses : actions/checkout@v5
9393 - uses : ./.github/actions/setup-go
9494 - run : make build
95- - uses : actions/upload-artifact@v4
95+ - uses : actions/upload-artifact@v5
9696 with :
9797 name : binaries
9898 path : bin/
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201
202202 - name : Upload test artifacts
203203 if : always()
204- uses : actions/upload-artifact@v4
204+ uses : actions/upload-artifact@v5
205205 with :
206206 name : regression-test-results-${{ github.run_id }}-${{ github.run_attempt }}
207207 path : |
You can’t perform that action at this time.
0 commit comments