We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2c60aa + 639c1d4 commit 9588a23Copy full SHA for 9588a23
2 files changed
.github/workflows/dev_build.yml
@@ -17,7 +17,7 @@ jobs:
17
run: ./gradlew build
18
19
- name: Archive Artifacts
20
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
21
with:
22
name: Artifacts
23
path: ./build/libs/
.github/workflows/pull_request.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Build
16
- name: Upload artifacts
name: build-artifacts
path: build/libs
0 commit comments