Skip to content

Commit 2b1b414

Browse files
deps(actions): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d74fe3 commit 2b1b414

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull-request-check-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
df -h
2929
3030
- name: Download Pull Request Number artifact
31-
uses: actions/download-artifact@v4
31+
uses: actions/download-artifact@v6
3232
with:
3333
name: pull-request-number
3434
run-id: ${{ github.event.workflow_run.id }}
@@ -49,7 +49,7 @@ jobs:
4949
docker system prune -af
5050
5151
- name: Download che-code docker image artifact
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v6
5353
with:
5454
pattern: che-*
5555
merge-multiple: true

.github/workflows/pull-request-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Cleanup docker images
9595
run: docker system prune -af
9696
- name: Download editor artifacts
97-
uses: actions/download-artifact@v4
97+
uses: actions/download-artifact@v6
9898
with:
9999
pattern: linux-*
100100
merge-multiple: true

0 commit comments

Comments
 (0)