Skip to content

Commit df0ef91

Browse files
committed
Upgrade actions/upload to v4
1 parent 0ae08e5 commit df0ef91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: npm install
2121
- name: Build dev prod
2222
run: npm run build:prod
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: PlayList-prod
2626
path: build

0 commit comments

Comments
 (0)