diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf1e995..688e6d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: contents: write steps: - name: Download distribution - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download distribution - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ce2aa9..0701122 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -118,7 +118,7 @@ jobs: - name: download whl id: download-whl - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ needs.build.outputs.artifact-name }} @@ -163,7 +163,7 @@ jobs: - name: download whl id: download-whl - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ needs.build.outputs.artifact-name }}