From 0bf1eecf14e1c0f186ca27755bd197f398cc5510 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 2 Aug 2024 16:27:21 +0000
Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.5
 (#32)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b06191e..55eb3fa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
         run: |
           octocov badge coverage --out ${{ github.workspace }}/${{ steps.filename.outputs.filename }}.svg
       - name: upload badge to artifact
-        uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+        uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
         with:
           path: ${{ steps.filename.outputs.filename }}.svg
           name: ${{ steps.filename.outputs.filename }}