diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 907497cba20..4011fe96b67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,7 +154,7 @@ jobs: run: df -h - name: Download Source Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: source-bundle path: . @@ -237,7 +237,7 @@ jobs: DOCKER_BUILDKIT: 1 steps: - name: Download Source Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: source-bundle path: . @@ -296,7 +296,7 @@ jobs: boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }} steps: - name: Download Source Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: source-bundle path: . @@ -391,7 +391,7 @@ jobs: - run: git config --global core.autocrlf false - name: Download Source Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: source-bundle path: . @@ -445,7 +445,7 @@ jobs: - run: git config --global core.autocrlf false - name: Download Source Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: source-bundle path: .