diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e26ef22..34abfc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: pipx run twine check dist/* - name: Archive wheel - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheel path: ${{ github.workspace }}/dist/ @@ -80,7 +80,7 @@ jobs: run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location . - name: Archive bundles - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bundles path: ${{ github.workspace }}/bundles/ @@ -104,7 +104,7 @@ jobs: run: sphinx-build -E -W -b html . _build/html - name: Archive docs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: docs path: ${{ github.workspace }}/docs/_build/html diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc4d598..ed276c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Archive bundles if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bundles path: ${{ github.workspace }}/bundles/