From 1b6d5c82ef7a4f946d04d1bca06ab45be4173bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 15:02:43 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee85d40a..6177a6ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: - name: Upload generated PDFs if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: examples-pdfs-${{ github.run_id }} path: examples/target/generated-pdfs/** @@ -152,7 +152,7 @@ jobs: - name: Upload smoke benchmark artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-smoke-${{ github.run_id }} path: benchmarks/target/benchmarks/current-speed/** @@ -218,7 +218,7 @@ jobs: - name: Upload benchmark artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-full-${{ github.run_id }} path: |