Skip to content

Commit 409a5a2

Browse files
authored
bump action versions
1 parent c65ec85 commit 409a5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Node
1818
uses: actions/setup-node@v4
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run build
2424

2525
- name: Upload artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: production-files
2929
path: ./dist

0 commit comments

Comments
 (0)