Skip to content

Commit 32eaf95

Browse files
committed
Update deprecated actions/upload-artifact from v3 to v4
Fix GitHub Actions CI failure caused by deprecated upload-artifact v3 action. Update to v4 as recommended in the deprecation notice.
1 parent e056e31 commit 32eaf95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: npm run build
106106

107107
- name: Upload build artifacts
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: build-artifacts
111111
path: |

0 commit comments

Comments
 (0)