Skip to content

Commit e611efe

Browse files
committed
Update lots of CI steps
1 parent 954fd66 commit e611efe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
node-version: [12.x, 14.x, 16.x]
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818

1919
- run: npm install --no-package-lock
2020
- run: npm test
2121
- run: npm run build-storybook --quiet
2222

23-
- uses: actions/upload-artifact@v2
23+
- uses: actions/upload-artifact@v4
2424
# Only publish examples using the master branch, and only from one build
2525
if: github.ref == 'refs/heads/master' && matrix.node-version == '16.x'
2626
with:
@@ -35,9 +35,9 @@ jobs:
3535
needs: build
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v4
3939

40-
- uses: actions/download-artifact@v4.1.7
40+
- uses: actions/download-artifact@v4
4141
with:
4242
name: examples
4343
path: examples

0 commit comments

Comments
 (0)