diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64c19aaba38..60af3adb023 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,7 +155,7 @@ jobs: steps: - name: Download Source Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: source-bundle path: . @@ -209,7 +209,7 @@ jobs: DOCKER_BUILDKIT: 1 steps: - name: Download Source Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: source-bundle path: . @@ -268,7 +268,7 @@ jobs: boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }} steps: - name: Download Source Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: source-bundle path: . @@ -363,7 +363,7 @@ jobs: - run: git config --global core.autocrlf false - name: Download Source Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: source-bundle path: . @@ -417,7 +417,7 @@ jobs: - run: git config --global core.autocrlf false - name: Download Source Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: source-bundle path: .