Skip to content

Commit 09c580c

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be94686 commit 09c580c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/image-build-pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
docker rm -f pluginRegistry
5252
cp root-dir/v3/plugins/index.json root-dir/index.json
5353
tar zcvf content.tgz -C root-dir .
54-
- uses: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@v6
5555
with:
5656
name: plugin-registry-content
5757
path: content.tgz
@@ -64,11 +64,11 @@ jobs:
6464
run: |
6565
echo "${{ github.event.number }}" > PR_NUMBER
6666
echo "${{ github.event.pull_request.head.sha }}" > PR_SHA
67-
- uses: actions/upload-artifact@v4
67+
- uses: actions/upload-artifact@v6
6868
with:
6969
name: pull-request-number
7070
path: PR_NUMBER
71-
- uses: actions/upload-artifact@v4
71+
- uses: actions/upload-artifact@v6
7272
with:
7373
name: pull-request-sha
7474
path: PR_SHA

.github/workflows/smoke-test-pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ jobs:
120120
121121
- name: Store e2e artifacts
122122
if: always()
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v6
124124
with:
125125
name: e2e-artifacts
126126
path: /tmp/tests
127127

128128
- name: Store k8s logs
129129
if: always()
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v6
131131
with:
132132
name: k8s-logs
133133
path: /tmp/devworkspace-happy-path-artifacts/admin-che-info

0 commit comments

Comments
 (0)