From f7f884168ce4711c311fb2816a2c289741748603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:30:03 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.5.0 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56e453b..1251fdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,13 +44,13 @@ jobs: working-directory: build/distributions - name: Save artefacts - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.5.0 with: name: Artefacts path: build/distributions - name: Save Coverage Report - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.5.0 with: name: CoverageReport path: build/reports/tests/test