Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.junit.platform-junit-pl…
Browse files Browse the repository at this point in the history
…atform-launcher-1.11.4
  • Loading branch information
larsk21 authored Dec 20, 2024
2 parents d30878f + ff69fbf commit c29f63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: mkdir staging-${{ matrix.os }} && gci -Path . -Recurse -Include *.jar |? { $_.FullName -like '*\target\*.jar' } |% { cp $_.FullName staging-${{ matrix.os }} }

- name: Upload build results
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v3.2.1
with:
name: Build Results
path: staging-*/
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
Expand Down

0 comments on commit c29f63e

Please sign in to comment.