From 39ae09b3d3219e11f9e258a6119557ee93fb3b27 Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Sun, 18 Feb 2024 14:35:50 +0000 Subject: [PATCH] chore: bump Github Action versions --- .github/workflows/build-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 499625c..154cb90 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -83,13 +83,13 @@ jobs: run: | echo "EXT_VERSION=$(node -p -e "require('./package.json').version")" >> $GITHUB_ENV - - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@v4 with: name: templ-${{ env.EXT_VERSION }}.vsix path: ./templ-${{ env.EXT_VERSION }}.vsix - name: Create release and upload release asset - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require("fs");