[CI] Update upload-artifact to v4

This commit is contained in:
Chris Bono
2025-01-23 11:25:59 -06:00
committed by Chris Bono
parent f2d7253960
commit 7e2d04fc68
4 changed files with 8 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ jobs:
fail-on-empty: false
- name: 'Upload: Test Reports'
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'core-surefire-reports'
path: 'stream-applications/**/target/surefire-reports'
@@ -373,7 +373,7 @@ jobs:
fail-on-empty: false
- name: 'Upload: Test Reports'
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ matrix.app }}-surefire-reports'
path: '**/target/surefire-reports'
@@ -471,7 +471,7 @@ jobs:
run: ./build-app.sh . "applications/sink/${{ matrix.app }}"
- name: 'Upload: Test Reports'
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ matrix.app }}-surefire-reports'
path: '**/target/surefire-reports'
@@ -610,7 +610,7 @@ jobs:
fail-on-empty: false
- name: 'Upload: Test Reports'
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ matrix.app }}-surefire-reports'
path: '**/target/surefire-reports'
@@ -764,7 +764,7 @@ jobs:
fail-on-empty: false
- name: 'Upload: Test Reports'
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '${{ matrix.app }}-surefire-reports'
path: '**/target/surefire-reports'