diff --git a/.github/workflows/aeon_ci.yml b/.github/workflows/aeon_ci.yml index 6efac82..72cb58f 100644 --- a/.github/workflows/aeon_ci.yml +++ b/.github/workflows/aeon_ci.yml @@ -1,4 +1,4 @@ -name: Aeon CI +name: Aeon CI on: push: @@ -16,7 +16,7 @@ jobs: run: sudo apt-get install -y cppcheck - name: Run cppcheck on Aeon headers run: cppcheck --enable=all --suppress=missingIncludeSystem --error-exitcode=1 core/ spell/ cast/ translate/ hive/ engines/ network/ 2>&1 | tee cppcheck.txt || true - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: always() with: name: cppcheck-report