Skip to content

Commit

Permalink
Merge branch 'fortran-lang:master' into stable_linalg_apis
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz authored Sep 15, 2024
2 parents c946ba8 + 25fe661 commit 1b1594d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1b1594d

Please sign in to comment.