aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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)