diff --git a/.github/workflows/.test-unit.yml b/.github/workflows/.test-unit.yml index 8bfe7d6a9b..c5749695bf 100644 --- a/.github/workflows/.test-unit.yml +++ b/.github/workflows/.test-unit.yml @@ -87,7 +87,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-unit--${{ matrix.mode }} path: /tmp/reports/* diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 5f6fd6dc51..2fa94a84d2 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -82,7 +82,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-docker-py-${{ inputs.storage }} path: /tmp/reports/* @@ -250,7 +250,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-integration-${{ inputs.storage }}-${{ env.TESTREPORTS_NAME }} path: /tmp/reports/* @@ -466,7 +466,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-integration-cli-${{ inputs.storage }}-${{ matrix.mode }}-${{ env.TESTREPORTS_NAME }} path: /tmp/reports/* diff --git a/.github/workflows/.vm.yml b/.github/workflows/.vm.yml index 8474367996..556a750cda 100644 --- a/.github/workflows/.vm.yml +++ b/.github/workflows/.vm.yml @@ -169,7 +169,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-integration-${{ env.TESTREPORTS_NAME }} path: /tmp/reports/* diff --git a/.github/workflows/.windows.yml b/.github/workflows/.windows.yml index 3fedee7003..fee13d416f 100644 --- a/.github/workflows/.windows.yml +++ b/.github/workflows/.windows.yml @@ -98,7 +98,7 @@ jobs: docker cp "${{ env.TEST_CTN_NAME }}`:c`:\containerd\bin\containerd-shim-runhcs-v1.exe" ${{ env.BIN_OUT }}\ - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-${{ inputs.storage }}-${{ inputs.os }} path: ${{ env.BIN_OUT }}/* @@ -166,7 +166,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ inputs.os }}-${{ inputs.storage }}-unit-reports path: ${{ env.GOPATH }}\src\github.com\docker\docker\bundles\* @@ -469,7 +469,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-${{ env.TESTREPORTS_NAME }} path: ${{ env.GOPATH }}\src\github.com\docker\docker\bundles\* diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index f8d15ecc5d..5c6cb6c296 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -146,7 +146,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-unit-arm64-graphdriver path: /tmp/reports/* @@ -250,7 +250,7 @@ jobs: - name: Upload reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-integration-arm64-graphdriver path: /tmp/reports/* diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index 41b718ab11..bd6b7a8b8a 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -83,7 +83,7 @@ jobs: mv "${bakeFile#cwd://}" "/tmp/bake-meta.json" - name: Upload meta bake definition - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: bake-meta path: /tmp/bake-meta.json @@ -164,7 +164,7 @@ jobs: - name: Upload digest if: github.event_name != 'pull_request' && github.repository == 'moby/moby' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: digests-${{ env.PLATFORM_PAIR }} path: /tmp/digests/* diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 4cd52087d1..e017329f0d 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -53,7 +53,7 @@ jobs: targets: binary - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: binary path: ${{ env.DESTDIR }} @@ -248,7 +248,7 @@ jobs: cp ${{ env.GOPATH }}\bin\buildctl.exe ${{ env.BIN_OUT }} - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-windows path: ${{ env.BIN_OUT }}/*