Skip to content

Commit 7f2f9e8

Browse files
committed
Update upload-artifact action to v4
1 parent 3e086cc commit 7f2f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm ci
2020
- run: npm run build -- --configuration production --base-href /${{ github.event.repository.name }}/
2121
# - run: npm test -- --no-watch --no-progress --browsers=ChromeHeadless
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: dist
2525
path: dist/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)