Skip to content

Commit 4471806

Browse files
committed
actions: update dependencies
1 parent 42b1748 commit 4471806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 16
1717
- name: Build npm package
@@ -20,7 +20,7 @@ jobs:
2020
npm pack
2121
env:
2222
CI: true
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: vite-plugin-openfl
2626
path: vite-plugin-openfl-*.tgz

0 commit comments

Comments
 (0)