From bf19412eae186fa420ddcdd80972320d345a034f Mon Sep 17 00:00:00 2001 From: Markus Alexander Kuppe Date: Thu, 19 Sep 2024 07:15:29 -0700 Subject: [PATCH] Deprecation of older Github upload actions. https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ [Build] Signed-off-by: Markus Alexander Kuppe --- .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 057af10..9f88f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: xvfb-run --auto-servernum npm test --silent - name: Upload artifact if: matrix.os == 'ubuntu-20.04' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: vscode-tlaplus-ci.vsix path: ${{ github.workspace }}/vscode-tlaplus-*.vsix