Skip to content

Commit 389a25d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-6
2 parents 5e56792 + 83dbea6 commit 389a25d

2 files changed

Lines changed: 119 additions & 119 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: npm run build --if-present
3939
- name: Save build
4040
if: matrix.node-version == '20.x'
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: build
4444
path: |

0 commit comments

Comments
 (0)