diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 0153d847b..2898da5de 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/buildx-output name: ${{ needs.binaries.outputs.artifact-name }} @@ -345,7 +345,7 @@ jobs: steps: - name: Download release binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ env.DESTDIR }} name: buildkit-release diff --git a/.github/workflows/dockerd.yml b/.github/workflows/dockerd.yml index bdb7d811b..4074d0086 100644 --- a/.github/workflows/dockerd.yml +++ b/.github/workflows/dockerd.yml @@ -114,7 +114,7 @@ jobs: buildkitd-flags: --debug - name: Download dockerd - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dockerd path: ./build/ diff --git a/.github/workflows/test-os.yml b/.github/workflows/test-os.yml index 072870bb4..d1452a40f 100644 --- a/.github/workflows/test-os.yml +++ b/.github/workflows/test-os.yml @@ -144,7 +144,7 @@ jobs: cache: false - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: buildkit-windows-amd64 path: ${{ github.workspace }}\bin @@ -211,7 +211,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: buildkit-freebsd-amd64 path: ${{ env.DESTDIR }}