From 1fadc56071b92a61ee15b327fb009a04ca03d974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 15:02:27 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...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/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1830b630a2..a0d72e21ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: # otherwise third-party contributors would have to provide a working, # authenticated GHCR, which seems impossible to ensure in the general # case. - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: snuba-ci path: /tmp/snuba-ci.tar diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4d466822b4..1be7f58d88 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: force_orphan: true - name: Archive Docs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: docs path: docs/build