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.
2 parents a53e1df + 6c45813 commit d7fc7a8Copy full SHA for d7fc7a8
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
echo -n ${{ github.event.number }} > pull-request-number
41
- name: Upload pull request number
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
43
with:
44
name: pull-request-number-${{ github.event.number }}
45
path: pull-request-number
@@ -76,7 +76,7 @@ jobs:
76
- name: Delete Local Artifacts From Cache
77
run: rm -rf ~/.m2/repository/io/quarkus/quarkus-universe-bom*
78
- name: Upload build reports (if build failed)
79
80
if: ${{ always() }}
81
82
name: "build-reports-${{ github.run_attempt }}-Build - JDK ${{ matrix.java }}"
0 commit comments