bump actions/download-artifact to v4

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-02-06 13:58:19 +01:00
parent 2267dad53e
commit dee5356ab8
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ on:
jobs: jobs:
generate: generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@6dc31870ca6c4f8489bf5a408ab38fae60f47eec uses: crazy-max/.github/.github/workflows/releases-json.yml@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
with: with:
repository: docker/buildx-desktop repository: docker/buildx-desktop
artifact_name: buildx-lab-releases-json artifact_name: buildx-lab-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Download name: Download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: buildx-lab-releases-json name: buildx-lab-releases-json
path: .github path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs: jobs:
generate: generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@6dc31870ca6c4f8489bf5a408ab38fae60f47eec uses: crazy-max/.github/.github/workflows/releases-json.yml@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
with: with:
repository: docker/buildx repository: docker/buildx
artifact_name: buildx-releases-json artifact_name: buildx-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Download name: Download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: buildx-releases-json name: buildx-releases-json
path: .github path: .github

View File

@@ -17,7 +17,7 @@ on:
jobs: jobs:
generate: generate:
uses: crazy-max/.github/.github/workflows/releases-json.yml@6dc31870ca6c4f8489bf5a408ab38fae60f47eec uses: crazy-max/.github/.github/workflows/releases-json.yml@fa6141aedf23596fb8bdcceab9cce8dadaa31bd9
with: with:
repository: moby/moby repository: moby/moby
artifact_name: docker-releases-json artifact_name: docker-releases-json
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Download name: Download
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: docker-releases-json name: docker-releases-json
path: .github path: .github