Skip to content

Commit 7146c3f

Browse files
authored
Merge pull request #79 from finos/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents 5cc83d2 + 03d29c3 commit 7146c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cve-scanning.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--enableRetired
3232
- name: Upload Test results
3333
if: ${{ always() }}
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: Depcheck report
3737
path: ${{ github.workspace }}/reports

0 commit comments

Comments
 (0)