mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
gha: Bump actions/download-artifact to v7
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
2
.github/workflows/.test-unit.yml
vendored
2
.github/workflows/.test-unit.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
pattern: test-reports-unit-*
|
pattern: test-reports-unit-*
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
|
|||||||
4
.github/workflows/.test.yml
vendored
4
.github/workflows/.test.yml
vendored
@@ -272,7 +272,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
pattern: test-reports-integration-${{ inputs.storage }}-*
|
pattern: test-reports-integration-${{ inputs.storage }}-*
|
||||||
@@ -488,7 +488,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
pattern: test-reports-integration-cli-${{ inputs.storage }}-${{ matrix.mode }}-*
|
pattern: test-reports-integration-cli-${{ inputs.storage }}-${{ matrix.mode }}-*
|
||||||
|
|||||||
2
.github/workflows/.vm.yml
vendored
2
.github/workflows/.vm.yml
vendored
@@ -197,7 +197,7 @@ jobs:
|
|||||||
echo "TESTREPORTS_NAME=${TEMPLATE}*" >> $GITHUB_ENV
|
echo "TESTREPORTS_NAME=${TEMPLATE}*" >> $GITHUB_ENV
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
pattern: test-reports-integration-${{ env.TESTREPORTS_NAME }}
|
pattern: test-reports-integration-${{ env.TESTREPORTS_NAME }}
|
||||||
|
|||||||
6
.github/workflows/.windows.yml
vendored
6
.github/workflows/.windows.yml
vendored
@@ -187,7 +187,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download artifacts
|
name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.os }}-${{ inputs.storage }}-unit-reports
|
name: ${{ inputs.os }}-${{ inputs.storage }}-unit-reports
|
||||||
path: /tmp/artifacts
|
path: /tmp/artifacts
|
||||||
@@ -292,7 +292,7 @@ jobs:
|
|||||||
Get-ChildItem Env: | Out-String
|
Get-ChildItem Env: | Out-String
|
||||||
-
|
-
|
||||||
name: Download artifacts
|
name: Download artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: build-${{ inputs.storage }}-${{ inputs.os }}
|
name: build-${{ inputs.storage }}-${{ inputs.os }}
|
||||||
path: ${{ env.BIN_OUT }}
|
path: ${{ env.BIN_OUT }}
|
||||||
@@ -502,7 +502,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
pattern: ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-*
|
pattern: ${{ inputs.os }}-${{ inputs.storage }}-integration-reports-${{ matrix.runtime }}-*
|
||||||
|
|||||||
4
.github/workflows/arm64.yml
vendored
4
.github/workflows/arm64.yml
vendored
@@ -168,7 +168,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
pattern: test-reports-unit-arm64-*
|
pattern: test-reports-unit-arm64-*
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
@@ -272,7 +272,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
-
|
-
|
||||||
name: Download reports
|
name: Download reports
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: /tmp/reports
|
path: /tmp/reports
|
||||||
pattern: test-reports-integration-arm64-*
|
pattern: test-reports-integration-arm64-*
|
||||||
|
|||||||
6
.github/workflows/bin-image.yml
vendored
6
.github/workflows/bin-image.yml
vendored
@@ -119,7 +119,7 @@ jobs:
|
|||||||
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
|
||||||
-
|
-
|
||||||
name: Download meta bake definition
|
name: Download meta bake definition
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: bake-meta
|
name: bake-meta
|
||||||
path: /tmp
|
path: /tmp
|
||||||
@@ -180,13 +180,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Download meta bake definition
|
name: Download meta bake definition
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: bake-meta
|
name: bake-meta
|
||||||
path: /tmp
|
path: /tmp
|
||||||
-
|
-
|
||||||
name: Download digests
|
name: Download digests
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: /tmp/digests
|
path: /tmp/digests
|
||||||
pattern: digests-*
|
pattern: digests-*
|
||||||
|
|||||||
4
.github/workflows/buildkit.yml
vendored
4
.github/workflows/buildkit.yml
vendored
@@ -133,7 +133,7 @@ jobs:
|
|||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
-
|
-
|
||||||
name: Download binary artifacts
|
name: Download binary artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: binary
|
name: binary
|
||||||
path: ./buildkit/build/moby/
|
path: ./buildkit/build/moby/
|
||||||
@@ -331,7 +331,7 @@ jobs:
|
|||||||
path: buildkit
|
path: buildkit
|
||||||
|
|
||||||
- name: Download Moby artifacts
|
- name: Download Moby artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: build-windows
|
name: build-windows
|
||||||
path: ${{ env.BIN_OUT }}
|
path: ${{ env.BIN_OUT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user