From e466ca729df352f167da8d77f481849b9e012bf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:35:29 +0000 Subject: [PATCH] ci(actions): update `actions/upload-artifact` to v3.1.3 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2db11d8..6d9c43e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -117,7 +117,7 @@ jobs: fi - name: ⬆️ Upload Binary Artifact - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ matrix.artifact-name }} path: ${{ matrix.artifact-name }}.zip