mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
ci: bump actions/download-artifact to 4
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/validate-upstream.yml
vendored
2
.github/workflows/validate-upstream.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
repository: docker/docs
|
||||
-
|
||||
name: Download data files
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
|
||||
with:
|
||||
name: ${{ inputs.data-files-id }}
|
||||
|
||||
Reference in New Issue
Block a user