From 6cda94bee30041db6cef6d295ba2e54df33144dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:49:42 +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 b76deb58..ce04072e 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@v4 + uses: actions/upload-artifact@v5 with: name: build path: build @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@main - name: Download build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build path: build