We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc0c70 commit 4a84a27Copy full SHA for 4a84a27
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: ./gradlew clean build
25
26
- name: Archive failure build reports
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
28
if: failure()
29
with:
30
name: build-reports
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
SONATYPE_GPG_KEY_PASSWORD: ${{ secrets.SONATYPE_GPG_KEY_PASSWORD }}
38
39
40
41
42
43
0 commit comments