diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8331edd..932dba0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,21 +120,21 @@ jobs: persist-credentials: false fetch-depth: 0 - name: 'Download Artifact Version' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: version-artifact path: ${{ needs.Version.outputs.version_dir }} - name: 'Download Artifact Recipe' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: recipe-artifact path: ${{ needs.Version.outputs.recipe_dir }} - name: 'Download Artifact Changelog - md' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: changelog-md-artifact - name: 'Download Artifact Changelog - rst' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: changelog-rst-artifact path: docs/ @@ -221,7 +221,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Download Artifact Package - Pip' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: package-pip-artifact - name: 'Create Release' @@ -243,7 +243,7 @@ jobs: with: ref: stable - name: 'Download Artifact Package - Pip' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: package-pip-artifact - name: 'Unzip pip artifact' @@ -293,7 +293,7 @@ jobs: with: ref: stable - name: 'Download Artifact Package - Pip' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: package-pip-artifact - name: 'Unzip pip artifact'