mirror of https://github.com/docker/docs.git
Merge pull request #19220 from crazy-max/bump-artifact-action
ci: bump actions/download-artifact to 4
This commit is contained in:
commit
919a9b9104
|
@ -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