diff options
| author | xavier2k6 <42386382+xavier2k6@users.noreply.github.com> | 2026-01-29 10:45:17 +0000 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-10 14:33:00 -0800 |
| commit | ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d (patch) | |
| tree | 70403f30464b0000ec94e3ce0847bf92beaea1d4 /.github/workflows/configure.yml | |
| parent | 029a4a490e459ba99b8a9a674e6daaef6362eaee (diff) | |
| download | zlib-ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d.tar.gz zlib-ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d.tar.bz2 zlib-ab8d74f5e08de80bd82d9fc6b2748dfdef1d654d.zip | |
Bump `actions/checkout` from `v4` to `v6`.
Bump `actions/upload-artifact` from `v4` to `v6`.
Diffstat (limited to '.github/workflows/configure.yml')
| -rw-r--r-- | .github/workflows/configure.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
