Skip to content

Commit fffe4a8

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 b76e3bd commit fffe4a8

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
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Download Pull Request Number artifact
26-
uses: actions/download-artifact@v4
26+
uses: actions/download-artifact@v6
2727
with:
2828
name: pull-request-number
2929
run-id: ${{ github.event.workflow_run.id }}
@@ -44,7 +44,7 @@ jobs:
4444
docker system prune -af
4545
4646
- name: Download che-code docker image artifact
47-
uses: actions/download-artifact@v4
47+
uses: actions/download-artifact@v6
4848
with:
4949
pattern: che-*
5050
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)