We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942c930 commit 4f44c87Copy full SHA for 4f44c87
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build
33
run: ./gradlew assemble
34
- name: Upload artifacts
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: build-artifacts
38
path: |
0 commit comments