File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77jobs :
88 build :
99 name : build
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 fail-fast : false
1313 matrix :
3939 run : ./mvnw --batch-mode --no-transfer-progress --show-version --settings .github/maven/settings.xml -Pcompat-jackson surefire:test
4040
4141 - name : Upload Test Reports to Github
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 if : ${{ always() }}
4444 with :
4545 name : test-reports-${{ matrix.java }}
5555
5656 release :
5757 name : release
58- runs-on : ubuntu-22 .04
58+ runs-on : ubuntu-24 .04
5959 needs : [build]
6060 if : github.event_name == 'push' && github.repository == 'logfellow/logstash-logback-encoder' && github.ref == 'refs/heads/main' && startsWith(github.event.commits[0].message, '[release]')
6161 steps :
You can’t perform that action at this time.
0 commit comments