diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76bc82da..0fbbb2b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 }} @@ -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 }}