Skip to content

Commit

Permalink
build: Bump script versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Feb 26, 2024
1 parent 80e9a45 commit 0069976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'

Expand All @@ -26,7 +26,7 @@ jobs:
run: npm run build

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: codicon-font-${{ github.sha }}
path: dist/codicon.ttf
Expand Down

0 comments on commit 0069976

Please sign in to comment.