From 5d0b38bdb8833838a55f1380d91dd0a81b642143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:53:10 +0000 Subject: [PATCH] ci(deps): update actions/upload-artifact action to v4.4.2 --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 0540b986..918283ef 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -73,7 +73,7 @@ jobs: - name: Tar files run: tar -cvf build.tar build - name: Upload artifact - uses: actions/upload-artifact@v4.4.1 + uses: actions/upload-artifact@v4.4.2 with: name: build path: build.tar