From d8b138ffa36e3e7ec88a615bbfa7f50d428ea5b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 10:55:11 +0700 Subject: [PATCH] ci(actions): update `actions/upload-artifact` to v3.1.3 (#56) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 03952ec..0e60de0 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