Skip to content

Commit e53b72a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e8ff15a + ec6b3ae commit e53b72a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/assets_artifact_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
${{ runner.os }}-yarn-
6161
6262
- name: Setup node
63-
uses: actions/setup-node@v5
63+
uses: actions/setup-node@v6
6464
with:
6565
node-version: '20'
6666

@@ -80,13 +80,13 @@ jobs:
8080
run: zip -r /tmp/partdb_assets.zip public/build/ vendor/
8181

8282
- name: Upload assets artifact
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: Only dependencies and built assets
8686
path: /tmp/partdb_assets.zip
8787

8888
- name: Upload full artifact
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: Full Part-DB including dependencies and built assets
9292
path: /tmp/partdb_with_assets.zip

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: composer install --prefer-dist --no-progress
105105

106106
- name: Setup node
107-
uses: actions/setup-node@v5
107+
uses: actions/setup-node@v6
108108
with:
109109
node-version: '20'
110110

0 commit comments

Comments
 (0)