diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 165fa6f..80bd283 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,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/ @@ -118,7 +118,7 @@ jobs: run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --package_folder_prefix ${{ steps.pkg-name.outputs.pkg-name }} --library_location . - name: Archive bundles - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bundles path: ${{ github.workspace }}/bundles/ @@ -146,7 +146,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 dcff297..b7c8ff0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,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/