Skip to content

Commit e0fe5f4

Browse files
committed
Upgrade actions/setup-node
1 parent c16c3e3 commit e0fe5f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Enable Corepack
1919
run: corepack enable
2020

21-
- uses: actions/setup-node@v3
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: '20.x'
2424
cache: yarn
@@ -98,7 +98,7 @@ jobs:
9898
run: composer install
9999

100100
- name: 📥 Download JS
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
name: js
104104
path: htdocs/dist
@@ -179,7 +179,7 @@ jobs:
179179
mv bin/ci/.gitignore.prod .gitignore
180180
181181
- name: 📥 Download JS
182-
uses: actions/download-artifact@v3
182+
uses: actions/download-artifact@v4
183183
with:
184184
name: js
185185
path: productie/htdocs/dist

0 commit comments

Comments
 (0)