Update actions/upload-artifact to required v4
This commit is contained in:
2
.github/workflows/apps-plugin-snapshot.yml
vendored
2
.github/workflows/apps-plugin-snapshot.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
jfrog rt build-publish
|
||||
- name: Capture Test Results
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: test-results
|
||||
path: '**/target/surefire-reports/**/*.*'
|
||||
|
||||
2
.github/workflows/ci-it.yml
vendored
2
.github/workflows/ci-it.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
fail-on-empty: 'false'
|
||||
- name: 'Upload: Error logs'
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'modified-surefire-reports'
|
||||
path: '**/target/surefire-reports'
|
||||
|
||||
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
$BUILD_DIR/scan-folders.sh table
|
||||
- name: 'Upload: Error logs'
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'modified-surefire-reports'
|
||||
path: '**/target/surefire-reports'
|
||||
|
||||
Reference in New Issue
Block a user