Skip to content

Commit d7fc7a8

Browse files
authored
Merge pull request #1644 from quarkusio/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents a53e1df + 6c45813 commit d7fc7a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo -n ${{ github.event.number }} > pull-request-number
4141
- name: Upload pull request number
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v5
4343
with:
4444
name: pull-request-number-${{ github.event.number }}
4545
path: pull-request-number
@@ -76,7 +76,7 @@ jobs:
7676
- name: Delete Local Artifacts From Cache
7777
run: rm -rf ~/.m2/repository/io/quarkus/quarkus-universe-bom*
7878
- name: Upload build reports (if build failed)
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v5
8080
if: ${{ always() }}
8181
with:
8282
name: "build-reports-${{ github.run_attempt }}-Build - JDK ${{ matrix.java }}"

0 commit comments

Comments
 (0)