Skip to content

Commit 81539dc

Browse files
committed
ci: bump actions/upload-artifact v3 -> v4
v3 of the artifact actions is deprecated and now hard-fails on GitHub-hosted runners. Bumps to v4 so the Build workflow runs.
1 parent b5c7662 commit 81539dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
npm run build
2222
2323
- name: Archive built file
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: lg-remote-control
2727
path: dist/lg-remote-control.js

0 commit comments

Comments
 (0)