Skip to content

Commit

Permalink
Merge branch 'master' into patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Nov 14, 2024
2 parents 7d9fee2 + c433c80 commit d16abfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test-results-${{ matrix.python-version }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Test
run: nox -s "test_typedoc-${{ matrix.python-version }}(typedoc='${{ matrix.typedoc-version }}')"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test_typedoc-results-${{ matrix.python-version }}-${{ matrix.typedoc-version }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Test
run: nox -s "test_sphinx_6-${{ matrix.python-version }}"

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: test_sphinx_6-${{ matrix.python-version }}
Expand Down

0 comments on commit d16abfb

Please sign in to comment.