diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 66551fdd2..e55aa6e3b 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -59,7 +59,7 @@ jobs: - name: CTest run: PATH=$PATH:/mingw64/bin/ ctest --test-dir build --output-on-failure --parallel -V -LE quadruple_precision - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 if: failure() with: name: WindowsCMakeTestlog diff --git a/.github/workflows/doc-deployment.yml b/.github/workflows/doc-deployment.yml index d48149407..f41817eeb 100644 --- a/.github/workflows/doc-deployment.yml +++ b/.github/workflows/doc-deployment.yml @@ -40,7 +40,7 @@ jobs: ford -r $(git describe --always) --debug ${MAYBE_SKIP_SEARCH} "${FORD_FILE}" - name: Upload Documentation - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: FORD-API-docs path: ./API-doc/