From 7cf2d0b4a8136e395e93f38d3195e30d157e2333 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:35:52 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.3.6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cff904..e9308aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: # Upload plugin artifact to make it available in the next jobs - name: Upload artifact - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.6 with: name: plugin-artifact path: ./build/distributions/${{ needs.build.outputs.artifact }}