Skip to content

Commit

Permalink
Merge pull request PANTHEONtech#288 from ihrasko/20.x-bumps
Browse files Browse the repository at this point in the history
20.x bumps
  • Loading branch information
ihrasko authored Sep 13, 2024
2 parents e1574ae + e1642dc commit 44b6cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ env.SONAR_TOKEN == 0 }}
run: mvn -B verify
- name: Upload surefire test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Surefire-Test-Results
path: ~/**/surefire-reports/**/*.txt
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<properties>
<application.main.class>io.lighty.yang.validator.Main</application.main.class>
<application.attach.zip>true</application.attach.zip>
<logback-version>1.5.8</logback-version>
</properties>

<dependencies>
Expand All @@ -37,12 +38,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.7</version>
<version>${logback-version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>${logback-version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 44b6cec

Please sign in to comment.