Skip to content

Commit e2cdf85

Browse files
committed
fix workflow
1 parent e1aa489 commit e2cdf85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-insights.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout
2727

2828
- name: Set up Node.js
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node
3030
with:
3131
node-version: 18
3232

@@ -40,7 +40,7 @@ jobs:
4040

4141

4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v1
43+
uses: actions/upload-pages-artifact
4444
with:
4545
path: ./frontend/packages/insights/build
4646

@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@v2
57+
uses: actions/deploy-pages

0 commit comments

Comments
 (0)