aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml
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/cmake.yml
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/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml4
1 files changed, 2 insertions, 2 deletions
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)