[newlib-cygwin/main] Cygwin: CI: Bump deprecated versions of github actions
Jon Turney via Cygwin-cvs <[email protected]> Fri, 5 Jun 2026 11:52:55 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dd06ec7eb4b1= f954c46062f4b4d2c980cafd3ab20 commit d06ec7eb4b1f954c46062f4b4d2c980cafd3ab20 Author: Jon Turney <[email protected]> Date: Thu Jun 4 21:22:27 2026 +0100 Cygwin: CI: Bump deprecated versions of github actions Diff: --- .github/workflows/cygwin.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 9a761510b..26023a9fa 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -175,7 +175,7 @@ jobs: # upload installed cygwin as an artifact, for subsequent use in # test job(s) - name: Make Cygwin installation artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: cygwin-install-${{ matrix.pkgarch }} path: | @@ -193,7 +193,7 @@ jobs: =20 # upload test logs to facilitate investigation of problems - name: Upload test logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: testlogs path: | @@ -223,7 +223,7 @@ jobs: =20 steps: - run: git config --global core.autocrlf input - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 =20 # install cygwin - name: Install Cygwin @@ -237,7 +237,7 @@ jobs: =20 # fetch the just-built cygwin installation artifact - name: Unpack just-built Cygwin artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: cygwin-install-${{ matrix.pkgarch }} # use the install-dir of cygwin-install-action above, so we unpack= the @@ -261,7 +261,7 @@ jobs: =20 # upload logs artifact - name: Capture logs artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: stress-logs-${{ matrix.pkgarch }}-on-${{ matrix.runarch }} path: | @@ -307,7 +307,7 @@ jobs: =20 # fetch the just-built cygwin installation artifact - name: Unpack just-built Cygwin artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: cygwin-install-${{ matrix.pkgarch }} # use the install-dir of cygwin-install-action above, so we unpack= the @@ -338,7 +338,7 @@ jobs: =20 # upload logs artifact - name: Capture logs artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: stc-logs-${{ matrix.pkgarch }}-on-${{ matrix.runarch }} path: |