Skip to content

Commit 9821c51

Browse files
committed
fix(ci): upgrade to upload-artifact v4
1 parent 666676c commit 9821c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Gradle
2626
run: ./gradlew build
2727
- name: Upload build artifacts
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: lazy-language-loader-artifacts
3131
path: build/libs/

0 commit comments

Comments
 (0)