Skip to content

Commit

Permalink
chore: bump Github Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Feb 18, 2024
1 parent 8d6e0f5 commit 39ae09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 39ae09b

Please sign in to comment.