From b6c5d5b2bcfbcac222c45af27badf9c55efcd6c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:13:05 +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 81aec2a..9f51f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Upload test coverage information run: bash <(curl -s https://codecov.io/bash) - name: Upload build - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: build path: build @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@main - name: Download build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: build path: build