We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666676c commit 9821c51Copy full SHA for 9821c51
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build with Gradle
26
run: ./gradlew build
27
- name: Upload build artifacts
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
29
with:
30
name: lazy-language-loader-artifacts
31
path: build/libs/
0 commit comments