Skip to content

Commit

Permalink
Merge pull request #1070 from gsmet/revert-upload-4
Browse files Browse the repository at this point in the history
Revert "Bump actions/upload-artifact from 3 to 4"
  • Loading branch information
gsmet authored Dec 18, 2023
2 parents faa26f7 + 9b41684 commit df0d677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
echo -n ${{ github.event.number }} > pull-request-number
- name: Upload pull request number
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: pull-request-number-${{ github.event.number }}
path: pull-request-number
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
shell: bash
run: rm -rf ~/.m2/repository/io/quarkus/quarkus-universe-bom*
- name: Upload build reports (if build failed)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: ${{ failure() || cancelled() }}
with:
name: "build-reports-Build - JDK ${{ matrix.java }}"
Expand Down

0 comments on commit df0d677

Please sign in to comment.