We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dee6bc + ff8f0d4 commit 36398a3Copy full SHA for 36398a3
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@v4
+ uses: actions/upload-artifact@v6
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
- uses: actions/upload-artifact@v4.4.3
name: build-artifacts
path: build/libs
0 commit comments