Skip to content

Commit

Permalink
Update actions/upload-artifact to required v4
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Jan 31, 2025
1 parent 3a8c3ef commit f3ebb53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apps-plugin-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f3ebb53

Please sign in to comment.