Skip to content

Commit

Permalink
Merge pull request #19220 from crazy-max/bump-artifact-action
Browse files Browse the repository at this point in the history
ci: bump actions/download-artifact to 4
  • Loading branch information
crazy-max authored Jan 26, 2024
2 parents e864c79 + e6405ba commit 919a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 919a9b9

Please sign in to comment.