diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3713afc..a9b3f57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: Set-Location ./example cmake --build --preset ${{ matrix.buildPreset }} --config ${{ matrix.configuration }} - name: Upload output artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: __output_${{ matrix.buildPreset }}_${{ matrix.configuration }}