One more github actions version update.

pull/933/head
Mark Adler 1 year ago
parent 76156087c8
commit 3c13497a61
  1. 2
      .github/workflows/cmake.yml

@ -79,7 +79,7 @@ jobs:
working-directory: ${{ matrix.build-dir || '.' }}
- name: Upload build errors
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.name }} (cmake)

Loading…
Cancel
Save