Skip to content

Commit

Permalink
One more github actions version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Feb 9, 2024
1 parent 7615608 commit 3c13497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c13497

Please sign in to comment.