From 9b135ee4b48d19e7a7a10dd902f41fd5969c0fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:35:10 +0000 Subject: [PATCH] ci: 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](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/cerber-verification.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cerber-verification.yml b/.github/workflows/cerber-verification.yml index 0b231db..71cab18 100644 --- a/.github/workflows/cerber-verification.yml +++ b/.github/workflows/cerber-verification.yml @@ -90,7 +90,7 @@ jobs: ls -la - name: Upload tarball artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: cerber-tarball path: ${{ steps.pack.outputs.tarball }} @@ -331,7 +331,7 @@ jobs: ls -la /tmp/cerber-artifacts | head -200 - name: Upload E2E artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: cerber-e2e-output path: /tmp/cerber-artifacts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6366627..8588027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: continue-on-error: true - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dist-${{ matrix.node-version }} path: dist/