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]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
