diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5fffd8..e2f63c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: options: --disable-encryption steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: install dependencies run: | if [ "${{ runner.os }}" = "Linux" ]; then @@ -50,10 +50,10 @@ jobs: - name: make distcheck run: make -j `nproc` distcheck - name: upload debug artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: test-logs + name: test-logs-${{ matrix.runs-on }} path: | **/tests/test-suite.log **/tests/samples/*.log @@ -80,7 +80,7 @@ jobs: mingw-w64-x86_64-libxml2 mingw-w64-x86_64-zlib - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: autogen run: sh ./autogen.sh - name: configure @@ -92,10 +92,10 @@ jobs: - name: make distcheck run: make -j$(nproc) distcheck - name: upload debug artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: - name: test-logs + name: test-logs-${{ matrix.runs-on }} path: | **/tests/test-suite.log **/tests/samples/*.log diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index f47da3f..9094782 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -13,7 +13,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: install dependencies diff --git a/ChangeLog b/ChangeLog index 98b093c..0b61d38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +2024-10-29: Update github actions 2024-10-29: Fix CMake build, closes #49 2024-07-04: Minor rewording in man page 2024-06-17: Fix typo