From 80ad12911abbcb5b24cb6445979f5cab922fab8a Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Fri, 27 Dec 2024 12:24:43 +0200 Subject: [PATCH] Update actions/upload-artifact to v4 v3 is deprecated: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/. --- .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 2b50392..18ca97e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: run: vsce package - name: Upload plugin artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: gobpie-plugin path: ./vscode/gobpie-*.vsix