On Fri, Mar 13, 2026 at 1:25 PM Ales Musil <[email protected]> wrote:
> > > On Fri, Mar 13, 2026 at 1:03 PM Ilya Maximets <[email protected]> wrote: > >> On 3/13/26 12:54 PM, Ales Musil via dev wrote: >> > Bump actions to prevent compatibility issues with GH switching to >> > Node 24: >> > >> > Actions will be forced to run with Node.js 24 by default starting >> > June 2nd, 2026. >> > >> > Signed-off-by: Ales Musil <[email protected]> >> > --- >> > .github/workflows/containers.yml | 2 +- >> > .../workflows/ovn-fake-multinode-tests.yml | 22 +++++++-------- >> > .github/workflows/ovn-kubernetes.yml | 18 ++++++------ >> > .github/workflows/ovn-upgrade-tests.yml | 4 +-- >> > .github/workflows/test.yml | 28 +++++++++---------- >> > 5 files changed, 37 insertions(+), 37 deletions(-) >> >> Funny timing. :) I was testing the same thing. >> >> > @@ -306,7 +306,7 @@ jobs: >> > run: make rpm-fedora >> > >> > - name: upload rpm packages >> > - uses: actions/upload-artifact@v4 >> > + uses: actions/upload-artifact@v6 >> >> FWIW, there is v7 of this action. >> >> With either v6 or v7: >> >> Acked-by: Ilya Maximets <[email protected]> >> >> > Ah good point. They documented just v6 in the readme, I didn't notice v7. > Thank you Ilya, I have updated the upload-action to v7, applied to main and backported all the way down to 24.03. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
