From ad7665f35fae6e1594d07c94eef1d5d364036f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 17:06:54 +0200 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3.1.0 (#369) 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 7e2b2eb..6b0444f 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@v2 + uses: actions/upload-artifact@v3.1.0 with: name: godot-tools path: godot-tools.vsix