[newlib-cygwin/main] Cygwin: CI: Bump deprecated versions of github actions
Jon Turney
jturney@sourceware.org
Fri Jun 5 11:52:55 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d06ec7eb4b1f954c46062f4b4d2c980cafd3ab20
commit d06ec7eb4b1f954c46062f4b4d2c980cafd3ab20
Author: Jon Turney <jon.turney@dronecode.org.uk>
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:
# 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:
steps:
- run: git config --global core.autocrlf input
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
# install cygwin
- name: Install Cygwin
@@ -237,7 +237,7 @@ jobs:
# 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:
# 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:
# 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:
# 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: |
More information about the Newlib-cvs
mailing list