diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index b4045f77..02db7cb2 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -46,7 +46,7 @@ jobs: run: | $SPHINX -d _doctrees/ doc/ _build/linkcheck/ -b linkcheck -q - name: Upload results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ success() || failure() }} with: name: linkcheck diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5129983f..27d8eeef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: dist