From 9cc24c11f4ee94feb7a76abc16583f8740d550e4 Mon Sep 17 00:00:00 2001 From: Remy Willems Date: Tue, 17 Sep 2024 18:08:08 +0200 Subject: [PATCH] New upload artifact version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d88d568..6327970 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: # -Dsonar.login=${{ secrets.SONAR_TOKEN }} - name: "Upload Artifact: VSIX Packages" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: package path: dist/*.vsix