diff --git a/.github/workflows/build-dev-docs.yml b/.github/workflows/build-dev-docs.yml index d573fed..5984540 100644 --- a/.github/workflows/build-dev-docs.yml +++ b/.github/workflows/build-dev-docs.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Download archive - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs diff --git a/.github/workflows/build-rel-docs.yml b/.github/workflows/build-rel-docs.yml index fa3c24f..9cae4f9 100644 --- a/.github/workflows/build-rel-docs.yml +++ b/.github/workflows/build-rel-docs.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Download archive - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docs diff --git a/.github/workflows/publish-pkg.yml b/.github/workflows/publish-pkg.yml index b2ddee4..a70f372 100644 --- a/.github/workflows/publish-pkg.yml +++ b/.github/workflows/publish-pkg.yml @@ -90,7 +90,7 @@ jobs: contents: read steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: artifacts path: dist