Skip to content

Commit

Permalink
Merge pull request #94 from iTitus/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
iTitus authored Dec 15, 2023
2 parents 9ed430d + 187e500 commit f472f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
arguments: build

- name: Save Test Reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-reports-${{ matrix.os }}-${{ matrix.java }}
Expand All @@ -51,7 +51,7 @@ jobs:
arguments: jlinkZip

- name: Save Image
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.os }}-${{ matrix.java-version }}-${{ matrix.distribution }}
path: '*/build/image.zip'

0 comments on commit f472f87

Please sign in to comment.