Skip to content

Commit

Permalink
bump gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Nov 28, 2024
1 parent a04a661 commit 5803751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1.7.1
uses: browser-actions/setup-chrome@v1.7.2
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java 11
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
mvn -B package --file pom.xml
- name: Upload test results for review
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results-${{ matrix.os }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
mvn -B package --file pom.xml
- name: Upload test results for review
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results-mvn-v${{ matrix.mvn }}-jvm${{ matrix.java }}
Expand Down

0 comments on commit 5803751

Please sign in to comment.