Skip to content

Commit bae25ce

Browse files
build(deps): bump actions/download-artifact (#1)
Bumps the all-dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38d23b8 commit bae25ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
token: ${{ secrets.ES_GITHUB_PAT }}
272272

273273
- name: artifacts - download readme
274-
uses: actions/download-artifact@v4
274+
uses: actions/download-artifact@v5
275275
with:
276276
name: readme
277277
path: .

0 commit comments

Comments
 (0)