diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2024-02-09 09:21:03 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-02-09 09:23:11 -0800 |
| commit | 76156087c8c4cf77a5857ecabc9197154c6f97c8 (patch) | |
| tree | c00d4bfbef57f1103946f6f092b273121d2baa6c | |
| parent | 25740f4ad5e1a0cb187ce5921f6c21f3ad8db14b (diff) | |
| download | zlib-76156087c8c4cf77a5857ecabc9197154c6f97c8.tar.gz zlib-76156087c8c4cf77a5857ecabc9197154c6f97c8.tar.bz2 zlib-76156087c8c4cf77a5857ecabc9197154c6f97c8.zip | |
Update github actions versions.
| -rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/configure.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/fuzz.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d15fda8..3ba88a5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml | |||
| @@ -58,7 +58,7 @@ jobs: | |||
| 58 | 58 | ||
| 59 | steps: | 59 | steps: |
| 60 | - name: Checkout repository | 60 | - name: Checkout repository |
| 61 | uses: actions/checkout@v3 | 61 | uses: actions/checkout@v4 |
| 62 | 62 | ||
| 63 | - name: Install packages (Windows) | 63 | - name: Install packages (Windows) |
| 64 | if: runner.os == 'Windows' | 64 | if: runner.os == 'Windows' |
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index e783921..14a5a18 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml | |||
| @@ -95,7 +95,7 @@ jobs: | |||
| 95 | 95 | ||
| 96 | steps: | 96 | steps: |
| 97 | - name: Checkout repository | 97 | - name: Checkout repository |
| 98 | uses: actions/checkout@v3 | 98 | uses: actions/checkout@v4 |
| 99 | 99 | ||
| 100 | - name: Install packages (Ubuntu) | 100 | - name: Install packages (Ubuntu) |
| 101 | if: runner.os == 'Linux' && matrix.packages | 101 | if: runner.os == 'Linux' && matrix.packages |
| @@ -127,7 +127,7 @@ jobs: | |||
| 127 | QEMU_RUN: ${{ matrix.qemu-run }} | 127 | QEMU_RUN: ${{ matrix.qemu-run }} |
| 128 | 128 | ||
| 129 | - name: Upload build errors | 129 | - name: Upload build errors |
| 130 | uses: actions/upload-artifact@v3 | 130 | uses: actions/upload-artifact@v4 |
| 131 | if: failure() | 131 | if: failure() |
| 132 | with: | 132 | with: |
| 133 | name: ${{ matrix.name }} (configure) | 133 | name: ${{ matrix.name }} (configure) |
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 48cd2b9..ddca83c 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@v3 | 21 | uses: actions/upload-artifact@v4 |
| 22 | if: failure() | 22 | if: failure() |
| 23 | with: | 23 | with: |
| 24 | name: artifacts | 24 | name: artifacts |
