diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e546e40..ca49440 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@v4 + uses: actions/upload-artifact@v5 with: name: wheel path: ${{ github.workspace }}/dist/ @@ -121,7 +121,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@v4 + uses: actions/upload-artifact@v5 with: name: bundles path: ${{ github.workspace }}/bundles/ @@ -150,7 +150,7 @@ jobs: run: sphinx-build -E -W -b html . _build/html - name: Archive docs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docs path: ${{ github.workspace }}/docs/_build/html diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e261bf5..59b22f0 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@v4 + uses: actions/upload-artifact@v5 with: name: bundles path: ${{ github.workspace }}/bundles/