Skip to content

Commit 31ff539

Browse files
build(deps): bump actions/download-artifact from 5.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a960edb commit 31ff539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
repository: docker/docs
4040
-
4141
name: Download data files
42-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
42+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4343
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
4444
with:
4545
name: ${{ inputs.data-files-id }}

0 commit comments

Comments
 (0)