From c84b22044a5c3d5586b9faee66fe31e5042e140a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:26:01 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.5 --- .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 }}