Commit ab8d74f for zlib
commit ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d
Author: xavier2k6 <42386382+xavier2k6@users.noreply.github.com>
Date: Thu Jan 29 10:45:17 2026 +0000
Bump the .github workflows action versions.
Bump `actions/checkout` from `v4` to `v6`.
Bump `actions/upload-artifact` from `v4` to `v6`.
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml
index 3256fc8..c6380bb 100644
--- a/.github/workflows/c-std.yml
+++ b/.github/workflows/c-std.yml
@@ -116,7 +116,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
show-progress: 'false'
@@ -240,7 +240,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
show-progress: 'false'
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 70f667c..5409195 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -109,7 +109,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Install packages (Windows)
if: runner.os == 'Windows'
@@ -137,7 +137,7 @@ jobs:
run: cmake --build ../build --config ${{ matrix.build-config || 'Release' }} -t ${{ matrix.pkgtgt }}
- name: Upload build errors
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (cmake)
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index 837620d..ed67d13 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -105,7 +105,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Install packages (Ubuntu)
if: runner.os == 'Linux' && matrix.packages
@@ -137,7 +137,7 @@ jobs:
QEMU_RUN: ${{ matrix.qemu-run }}
- name: Upload build errors
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: ${{ matrix.name }} (configure)
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index ddca83c..b065d09 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -18,7 +18,7 @@ jobs:
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
if: failure()
with:
name: artifacts
diff --git a/.github/workflows/msys-cygwin.yml b/.github/workflows/msys-cygwin.yml
index 45d4a26..d58e488 100644
--- a/.github/workflows/msys-cygwin.yml
+++ b/.github/workflows/msys-cygwin.yml
@@ -18,7 +18,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup MSYS2
@@ -66,7 +66,7 @@ jobs:
name: Cygwin
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup cygwin
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index edb9860..d7b40ec 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: DragonflyBSD
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: DragonflyBSD
uses: vmactions/dragonflybsd-vm@v1
with:
@@ -31,7 +31,7 @@ jobs:
- name: aarch64
- name: x86_64
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: FreeBSD - ${{ matrix.name }}
uses: vmactions/freebsd-vm@v1
with:
@@ -56,7 +56,7 @@ jobs:
- name: aarch64
- name: x86_64
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: NetBSD - ${{ matrix.name }}
uses: vmactions/netbsd-vm@v1
with:
@@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
name: OmniOS
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: OmniOS
uses: vmactions/omnios-vm@v1
with:
@@ -101,7 +101,7 @@ jobs:
- name: x86_64
- name: riscv64
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: OpenBSD - ${{ matrix.name }}
uses: vmactions/openbsd-vm@v1
with:
@@ -120,7 +120,7 @@ jobs:
# runs-on: ubuntu-latest
# name: OpenIndiana
# steps:
-# - uses: actions/checkout@v4
+# - uses: actions/checkout@v6
# - name: OpenIndiana
# uses: vmactions/openindiana-vm@v0
# with:
@@ -137,7 +137,7 @@ jobs:
runs-on: ubuntu-latest
name: Solaris
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Solaris
uses: vmactions/solaris-vm@v1
with: