Skip to content

Commit 83aa0fe

Browse files
authored
Bump actions/upload-artifact@v4 (#1062)
Also bumped to ubuntu 24.04
1 parent 76f5295 commit 83aa0fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
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:
@@ -39,7 +39,7 @@ jobs:
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 }}
@@ -55,7 +55,7 @@ jobs:
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:

0 commit comments

Comments
 (0)