Merge pull request #817 from docker/dependabot/github_actions/actions/download-artifact-6

build(deps): bump actions/download-artifact from 5 to 6
This commit is contained in:
CrazyMax
2025-10-28 10:43:19 +01:00
committed by GitHub
7 changed files with 14 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: docker/buildx-desktop
artifact_name: buildx-lab-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: buildx-lab-releases-json
path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: docker/buildx
artifact_name: buildx-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: buildx-releases-json
path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: docker/compose-desktop
artifact_name: compose-lab-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: compose-lab-releases-json
path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: docker/compose
artifact_name: compose-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: compose-releases-json
path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: moby/moby
artifact_name: docker-releases-json
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: docker-releases-json
path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: regclient/regclient
artifact_name: regclient-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: regclient-releases-json
path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs:
generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@9791b02439e3c95de89d128a625169ceee56dc55
uses: crazy-max/.github/.github/workflows/releases-json.yml@34fd436075cac6431d2036d5f6f1c3f3d4687ac5
with:
repository: crazy-max/undock
artifact_name: undock-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v5
-
name: Download
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: undock-releases-json
path: .github