Skip to content

Commit bbb2ccc

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 1a00891 commit bbb2ccc

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
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.QUAY_PULL_REQUESTS_PASSWORD }}
3636

3737
- name: Download Pull Request Number artifact
38-
uses: actions/download-artifact@v4
38+
uses: actions/download-artifact@v6
3939
with:
4040
name: pull-request-number
4141
run-id: ${{ github.event.workflow_run.id }}
@@ -56,7 +56,7 @@ jobs:
5656
docker system prune -af
5757
5858
- name: Download che-code docker image artifact
59-
uses: actions/download-artifact@v4
59+
uses: actions/download-artifact@v6
6060
with:
6161
pattern: che-*
6262
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)