From 7f6de33294ac0190c9514a2574ebb893d3019d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:15:23 +0000 Subject: [PATCH] :arrow_up: Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/cache.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 22be241..e5a1c29 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -23,13 +23,13 @@ jobs: jb build lectures --path-output ./ --keep-going # TODO: Re-enable -W flag once all lectures are translated and warnings are resolved - name: Upload Execution Reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: execution-reports path: _build/html/reports - name: Upload "_build" folder (cache) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-cache path: _build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26ef580..34dca41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: | jb build lectures --path-output ./ -n --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: name: execution-reports