From aa93e67baeb8fc9734bf8bacd60327423cf153ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:32:31 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e5ffa54..d15f439f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build with Maven run: mvn -B package - name: Upload jar - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: jar path: onyxia-api/target/*.jar @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v6 - name: Download jar id: download - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: jar path: onyxia-api/target