Skip to content

Commit b144d21

Browse files
build(deps): bump the all-dependencies group with 2 updates (#10)
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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '7' 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 c0b9115 commit b144d21

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@v5
218+
uses: actions/upload-artifact@v6
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@v6
272+
uses: actions/download-artifact@v7
273273
with:
274274
name: readme
275275
path: .

0 commit comments

Comments
 (0)