diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 352d407b..db14f81e 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -189,7 +189,7 @@ jobs: needs: build steps: - name: Download all Linux arifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ./my_artifacts diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 935dc52e..1de32a03 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -189,7 +189,7 @@ jobs: needs: build steps: - name: Download all OSX arifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ./my_artifacts diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 60e85942..fa8fddf7 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -188,7 +188,7 @@ jobs: needs: build steps: - name: Download all Windows arifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: ./my_artifacts