aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorxavier2k6 <42386382+xavier2k6@users.noreply.github.com>2026-01-29 10:45:17 +0000
committerMark Adler <git@madler.net>2026-02-10 14:33:00 -0800
commitab8d74f5e08de80bd82d9fc6b2748dfdef1d654d (patch)
tree70403f30464b0000ec94e3ce0847bf92beaea1d4 /.github/workflows
parent029a4a490e459ba99b8a9a674e6daaef6362eaee (diff)
downloadzlib-ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d.tar.gz
zlib-ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d.tar.bz2
zlib-ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d.zip
Bump the .github workflows action versions.HEADdevelop
Bump `actions/checkout` from `v4` to `v6`. Bump `actions/upload-artifact` from `v4` to `v6`.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/c-std.yml4
-rw-r--r--.github/workflows/cmake.yml4
-rw-r--r--.github/workflows/configure.yml4
-rw-r--r--.github/workflows/fuzz.yml2
-rw-r--r--.github/workflows/msys-cygwin.yml4
-rw-r--r--.github/workflows/others.yml14
6 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml
index 3256fc85..c6380bbf 100644
--- a/.github/workflows/c-std.yml
+++ b/.github/workflows/c-std.yml
@@ -116,7 +116,7 @@ jobs:
116 steps: 116 steps:
117 117
118 - name: Checkout repository 118 - name: Checkout repository
119 uses: actions/checkout@v4 119 uses: actions/checkout@v6
120 with: 120 with:
121 show-progress: 'false' 121 show-progress: 'false'
122 122
@@ -240,7 +240,7 @@ jobs:
240 steps: 240 steps:
241 241
242 - name: Checkout repository 242 - name: Checkout repository
243 uses: actions/checkout@v4 243 uses: actions/checkout@v6
244 with: 244 with:
245 show-progress: 'false' 245 show-progress: 'false'
246 246
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 70f667ca..5409195c 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -109,7 +109,7 @@ jobs:
109 109
110 steps: 110 steps:
111 - name: Checkout repository 111 - name: Checkout repository
112 uses: actions/checkout@v4 112 uses: actions/checkout@v6
113 113
114 - name: Install packages (Windows) 114 - name: Install packages (Windows)
115 if: runner.os == 'Windows' 115 if: runner.os == 'Windows'
@@ -137,7 +137,7 @@ jobs:
137 run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }} 137 run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }}
138 138
139 - name: Upload build errors 139 - name: Upload build errors
140 uses: actions/upload-artifact@v4 140 uses: actions/upload-artifact@v6
141 if: failure() 141 if: failure()
142 with: 142 with:
143 name: ${{ matrix.name }} (cmake) 143 name: ${{ matrix.name }} (cmake)
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index 837620d4..ed67d133 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -105,7 +105,7 @@ jobs:
105 105
106 steps: 106 steps:
107 - name: Checkout repository 107 - name: Checkout repository
108 uses: actions/checkout@v4 108 uses: actions/checkout@v6
109 109
110 - name: Install packages (Ubuntu) 110 - name: Install packages (Ubuntu)
111 if: runner.os == 'Linux' && matrix.packages 111 if: runner.os == 'Linux' && matrix.packages
@@ -137,7 +137,7 @@ jobs:
137 QEMU_RUN: ${{ matrix.qemu-run }} 137 QEMU_RUN: ${{ matrix.qemu-run }}
138 138
139 - name: Upload build errors 139 - name: Upload build errors
140 uses: actions/upload-artifact@v4 140 uses: actions/upload-artifact@v6
141 if: failure() 141 if: failure()
142 with: 142 with:
143 name: ${{ matrix.name }} (configure) 143 name: ${{ matrix.name }} (configure)
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index ddca83c3..b065d09f 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -18,7 +18,7 @@ jobs:
18 dry-run: false 18 dry-run: false
19 19
20 - name: Upload Crash 20 - name: Upload Crash
21 uses: actions/upload-artifact@v4 21 uses: actions/upload-artifact@v6
22 if: failure() 22 if: failure()
23 with: 23 with:
24 name: artifacts 24 name: artifacts
diff --git a/.github/workflows/msys-cygwin.yml b/.github/workflows/msys-cygwin.yml
index 45d4a261..d58e4887 100644
--- a/.github/workflows/msys-cygwin.yml
+++ b/.github/workflows/msys-cygwin.yml
@@ -18,7 +18,7 @@ jobs:
18 shell: msys2 {0} 18 shell: msys2 {0}
19 steps: 19 steps:
20 - name: Checkout 20 - name: Checkout
21 uses: actions/checkout@v4 21 uses: actions/checkout@v6
22 with: 22 with:
23 fetch-depth: 0 23 fetch-depth: 0
24 - name: Setup MSYS2 24 - name: Setup MSYS2
@@ -66,7 +66,7 @@ jobs:
66 name: Cygwin 66 name: Cygwin
67 steps: 67 steps:
68 - name: Checkout 68 - name: Checkout
69 uses: actions/checkout@v4 69 uses: actions/checkout@v6
70 with: 70 with:
71 fetch-depth: 0 71 fetch-depth: 0
72 - name: Setup cygwin 72 - name: Setup cygwin
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index edb9860c..d7b40ec0 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -8,7 +8,7 @@ jobs:
8 runs-on: ubuntu-latest 8 runs-on: ubuntu-latest
9 name: DragonflyBSD 9 name: DragonflyBSD
10 steps: 10 steps:
11 - uses: actions/checkout@v4 11 - uses: actions/checkout@v6
12 - name: DragonflyBSD 12 - name: DragonflyBSD
13 uses: vmactions/dragonflybsd-vm@v1 13 uses: vmactions/dragonflybsd-vm@v1
14 with: 14 with:
@@ -31,7 +31,7 @@ jobs:
31 - name: aarch64 31 - name: aarch64
32 - name: x86_64 32 - name: x86_64
33 steps: 33 steps:
34 - uses: actions/checkout@v4 34 - uses: actions/checkout@v6
35 - name: FreeBSD - ${{ matrix.name }} 35 - name: FreeBSD - ${{ matrix.name }}
36 uses: vmactions/freebsd-vm@v1 36 uses: vmactions/freebsd-vm@v1
37 with: 37 with:
@@ -56,7 +56,7 @@ jobs:
56 - name: aarch64 56 - name: aarch64
57 - name: x86_64 57 - name: x86_64
58 steps: 58 steps:
59 - uses: actions/checkout@v4 59 - uses: actions/checkout@v6
60 - name: NetBSD - ${{ matrix.name }} 60 - name: NetBSD - ${{ matrix.name }}
61 uses: vmactions/netbsd-vm@v1 61 uses: vmactions/netbsd-vm@v1
62 with: 62 with:
@@ -77,7 +77,7 @@ jobs:
77 runs-on: ubuntu-latest 77 runs-on: ubuntu-latest
78 name: OmniOS 78 name: OmniOS
79 steps: 79 steps:
80 - uses: actions/checkout@v4 80 - uses: actions/checkout@v6
81 - name: OmniOS 81 - name: OmniOS
82 uses: vmactions/omnios-vm@v1 82 uses: vmactions/omnios-vm@v1
83 with: 83 with:
@@ -101,7 +101,7 @@ jobs:
101 - name: x86_64 101 - name: x86_64
102 - name: riscv64 102 - name: riscv64
103 steps: 103 steps:
104 - uses: actions/checkout@v4 104 - uses: actions/checkout@v6
105 - name: OpenBSD - ${{ matrix.name }} 105 - name: OpenBSD - ${{ matrix.name }}
106 uses: vmactions/openbsd-vm@v1 106 uses: vmactions/openbsd-vm@v1
107 with: 107 with:
@@ -120,7 +120,7 @@ jobs:
120# runs-on: ubuntu-latest 120# runs-on: ubuntu-latest
121# name: OpenIndiana 121# name: OpenIndiana
122# steps: 122# steps:
123# - uses: actions/checkout@v4 123# - uses: actions/checkout@v6
124# - name: OpenIndiana 124# - name: OpenIndiana
125# uses: vmactions/openindiana-vm@v0 125# uses: vmactions/openindiana-vm@v0
126# with: 126# with:
@@ -137,7 +137,7 @@ jobs:
137 runs-on: ubuntu-latest 137 runs-on: ubuntu-latest
138 name: Solaris 138 name: Solaris
139 steps: 139 steps:
140 - uses: actions/checkout@v4 140 - uses: actions/checkout@v6
141 - name: Solaris 141 - name: Solaris
142 uses: vmactions/solaris-vm@v1 142 uses: vmactions/solaris-vm@v1
143 with: 143 with: