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 96b3b51 commit 2cb4852Copy full SHA for 2cb4852
.github/workflows/build.yml
@@ -30,14 +30,14 @@ jobs:
30
run: ./gradlew clean build
31
32
- name: Archive test results
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
if: always() # run even if build failed
35
with:
36
name: test-results
37
path: build/reports
38
39
- name: Archive libs
40
41
42
name: libs
43
path: build/libs
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
run: ./gradlew jreleaserFullRelease
66
67
- name: Archive artifacts
68
69
70
name: artifacts
71
path: |
0 commit comments