We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16c3e3 commit e0fe5f4Copy full SHA for e0fe5f4
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Enable Corepack
19
run: corepack enable
20
21
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
22
with:
23
node-version: '20.x'
24
cache: yarn
@@ -98,7 +98,7 @@ jobs:
98
run: composer install
99
100
- name: 📥 Download JS
101
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
102
103
name: js
104
path: htdocs/dist
@@ -179,7 +179,7 @@ jobs:
179
mv bin/ci/.gitignore.prod .gitignore
180
181
182
183
184
185
path: productie/htdocs/dist
0 commit comments