From 8cef9532a7d669a710f6566c0fbdec66dddd0529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:09:02 -0700 Subject: [PATCH] Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#433) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 7b7ce02d9..1f9a9d055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: ls -l godot-tools.vsix - name: Upload extension VSIX - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.1 with: name: godot-tools path: godot-tools.vsix