aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-02-09 09:33:54 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-02-09 09:33:54 -0800
commit3c13497a61c192dd255c280e73b806ed27ba8a0a (patch)
tree3824ff8d23fb574f7f17e9b15c2ec38d38e43388 /.github
parent76156087c8c4cf77a5857ecabc9197154c6f97c8 (diff)
downloadzlib-3c13497a61c192dd255c280e73b806ed27ba8a0a.tar.gz
zlib-3c13497a61c192dd255c280e73b806ed27ba8a0a.tar.bz2
zlib-3c13497a61c192dd255c280e73b806ed27ba8a0a.zip
One more github actions version update.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 3ba88a5..69bd538 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -79,7 +79,7 @@ jobs:
79 working-directory: ${{ matrix.build-dir || '.' }} 79 working-directory: ${{ matrix.build-dir || '.' }}
80 80
81 - name: Upload build errors 81 - name: Upload build errors
82 uses: actions/upload-artifact@v3 82 uses: actions/upload-artifact@v4
83 if: failure() 83 if: failure()
84 with: 84 with:
85 name: ${{ matrix.name }} (cmake) 85 name: ${{ matrix.name }} (cmake)