Skip to content

Commit 35675cd

Browse files
Update actions/upload-artifact action to v7 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15a4310 commit 35675cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 24
1313
- run: npm ci
1414
- run: npm run build
15-
- uses: actions/upload-artifact@v4
15+
- uses: actions/upload-artifact@v7
1616
with:
1717
name: build
1818
path: dist

0 commit comments

Comments
 (0)