Skip to content

Commit d3d4487

Browse files
committed
Bump actions/upload-artifact to v4
1 parent 2bc17e5 commit d3d4487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
command: ./mvnw ${{ matrix.goal }}
3737
- name: Store test results
3838
if: ${{ matrix.goal == 'test' }} && (success() || failure())
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: test-results
4242
path: '**/target/surefire-reports'
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
if: contains(${{ matrix.goal }}, 'license')
4545
with:
4646
name: license-report

0 commit comments

Comments
 (0)