From 2f908623411ccbec7a520d5eda991ea63bb948ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:12:12 +0000 Subject: [PATCH] chore(deps): 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 324a978b..c5639ee3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,13 +54,13 @@ jobs: - name: Upload Test Reports (on failure) if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: MARSLib-Test-Reports path: build/reports/tests/test/ - name: Upload Compiled JAR - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: MARSLib-Build path: build/libs/*.jar @@ -93,7 +93,7 @@ jobs: run: ./gradlew generateDocs -Pskip-inspector-wrapper - name: Upload Documentation Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: MARSLib-Docs path: docs/