We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faef284 commit dbe2be0Copy full SHA for dbe2be0
.github/workflows/pr-check.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
node-version: 18.19.1
54
- run: npm ci
55
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
56
57
name: built-packages
58
path: dist
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
110
111
112
@@ -137,7 +137,7 @@ jobs:
137
- uses: actions/setup-node@v3
138
139
140
141
142
143
path: packages-smoke/.lib/
0 commit comments