diff --git a/.github/workflows/.test-unit.yml b/.github/workflows/.test-unit.yml index 5ef27e4735..fadc547782 100644 --- a/.github/workflows/.test-unit.yml +++ b/.github/workflows/.test-unit.yml @@ -109,7 +109,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: test-reports-unit-* path: /tmp/reports diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 418d055f1f..e925d148e2 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -272,7 +272,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/reports pattern: test-reports-integration-${{ inputs.storage }}-* @@ -488,7 +488,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/reports pattern: test-reports-integration-cli-${{ inputs.storage }}-${{ matrix.mode }}-* diff --git a/.github/workflows/.vm.yml b/.github/workflows/.vm.yml index 57f21e8fa8..2512dd1504 100644 --- a/.github/workflows/.vm.yml +++ b/.github/workflows/.vm.yml @@ -192,7 +192,7 @@ jobs: run: echo "TESTREPORTS_NAME=$(basename ${{ inputs.template }})*" >> $GITHUB_ENV - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/reports pattern: test-reports-integration-${{ env.TESTREPORTS_NAME }} diff --git a/.github/workflows/.windows.yml b/.github/workflows/.windows.yml index cc29281093..7b33bfdbdf 100644 --- a/.github/workflows/.windows.yml +++ b/.github/workflows/.windows.yml @@ -187,7 +187,7 @@ jobs: cache: false - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: ${{ inputs.os }}-${{ inputs.storage }}-unit-reports path: /tmp/artifacts @@ -292,7 +292,7 @@ jobs: Get-ChildItem Env: | Out-String - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-${{ inputs.storage }}-${{ inputs.os }} path: ${{ env.BIN_OUT }} @@ -502,7 +502,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/reports pattern: ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-* diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 8ee8ca2d8b..b8b3fc3e70 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -168,7 +168,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: test-reports-unit-arm64-* path: /tmp/reports @@ -272,7 +272,7 @@ jobs: cache: false - name: Download reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/reports pattern: test-reports-integration-arm64-* diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index fcd97999d2..41b718ab11 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -119,7 +119,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Download meta bake definition - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: bake-meta path: /tmp @@ -180,13 +180,13 @@ jobs: steps: - name: Download meta bake definition - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: bake-meta path: /tmp - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: /tmp/digests pattern: digests-* diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index a7727a5e2c..27f2eee739 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -133,7 +133,7 @@ jobs: buildkitd-flags: --debug - name: Download binary artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: binary path: ./buildkit/build/moby/ @@ -331,7 +331,7 @@ jobs: path: buildkit - name: Download Moby artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build-windows path: ${{ env.BIN_OUT }}