mirror of https://github.com/docker/docs.git
ci: bump actions/download-artifact to 4
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
e864c797e3
commit
e6405bada4
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue