Skip to content

Commit 21588b9

Browse files
authored
Merge pull request #1791 from finos/renovate/actions-upload-artifact-5.x
chore(deps): update actions/upload-artifact action to v5
2 parents 68b5945 + a0133cb commit 21588b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cve-scanning-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload Test results
4646
if: ${{ always() }}
47-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
47+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4848
with:
4949
name: Depcheck report ${{ github.job }} ${{ matrix.module-folder }}
5050
path: ${{ github.workspace }}/${{ matrix.module-folder }}/target/dependency-check-report.*

.github/workflows/cve-scanning-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363
- name: Upload Test results
6464
if: ${{ always() }}
65-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
65+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6666
with:
6767
name: Depcheck report ${{ env.UPNAME }}
6868
path: ${{ github.workspace }}/${{ matrix.module-folder }}-reports

.github/workflows/license-scanning-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
4747
working-directory: ${{ matrix.module-folder }}
4848
- name: Upload license XML reports
49-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
49+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
5050
with:
5151
name: license-xml-report
5252
path: '${{ matrix.module-folder }}/**/${{ env.REPORT_PATH }}'

0 commit comments

Comments
 (0)