Skip to content

Commit bee3200

Browse files
committed
actions bump
1 parent 327caf5 commit bee3200

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Source
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
1212
submodules: true
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: "14"
1616
- run: npm install
@@ -19,7 +19,7 @@ jobs:
1919
uses: ./.github/actions/build
2020
- name: Upload
2121
if: github.ref == 'refs/heads/prod'
22-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: build
2525
path: |
@@ -38,12 +38,12 @@ jobs:
3838
if: github.ref == 'refs/heads/prod'
3939
steps:
4040
- name: Checkout Source
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242
with:
4343
ref: gh-pages
4444
fetch-depth: 0
4545
- name: Download
46-
uses: actions/download-artifact@v2
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: build
4949
path: .

0 commit comments

Comments
 (0)