Re: scallywag error
Daisuke Fujimura via Cygwin-apps <[email protected]> Thu, 2 Jul 2026 22:36:03 +0900
| Newsgroups | gmane.os.cygwin.applications |
|---|---|
| Message-ID | <CAA3frXR+L7gwux-f=SmLuLThJApp0NyLcPrMS-U=DAvY-R7CPw@mail.gmail.com> |
Sorry, I mistakenly called it an error in my previous email. It was only a warning about the Node 20 deprecation. I also noticed that the recent fix uses actions/upload-artifact@v8, but v8 does not exist yet. https://github.com/cygwin/scallywag/commit/ceb2ec41fb135931473748d37da14d21= 3035acaf The workflow currently fails with: Unable to resolve action `actions/upload-artifact@v8`, unable to find version `v8` https://github.com/cygwin/scallywag/actions/runs/28593023924 It looks like actions/upload-artifact@v7 is the latest major version. https://github.com/actions/upload-artifact/releases On Tue, Jun 30, 2026 at 9:48=E2=80=AFPM Daisuke Fujimura <booleanlabel@gmai= l.com> wrote: > > I am reporting a scallywag error during GitHub Actions. > > https://github.com/cygwin/scallywag/actions/runs/28443412305/job/84286627= 831 > > > Node 20 is being deprecated. This workflow is running with Node 24 by d= efault. If you need to temporarily use Node 20, you can set the ACTIONS_ALL= OW_USE_UNSECURE_NODE_VERSION=3Dtrue environment variable. For more informat= ion see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on= -github-actions-runners/