Skip to content

Commit e8793b7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
${{ env.container_image_repository_ghcr }}/${{ env.container_image }}:${{ env.base_version }}-arm64
216216
217217
- name: artifacts - upload readme
218-
uses: actions/upload-artifact@v4
218+
uses: actions/upload-artifact@v5
219219
with:
220220
name: readme
221221
path: README.md
@@ -269,7 +269,7 @@ jobs:
269269
token: ${{ secrets.ES_GITHUB_PAT }}
270270

271271
- name: artifacts - download readme
272-
uses: actions/download-artifact@v5
272+
uses: actions/download-artifact@v6
273273
with:
274274
name: readme
275275
path: .

0 commit comments

Comments
 (0)