Skip to content

Commit d340b5c

Browse files
authored
Merge pull request #5 from SenZhangAI/dependabot/github_actions/actions/upload-artifact-4
ci(deps): bump actions/upload-artifact from 3 to 4
2 parents 1d293b6 + 96a4376 commit d340b5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
4141
- name: Upload Test Results
4242
if: always()
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: test-results
4646
path: target/surefire-reports/
4747

4848
- name: Upload Security Reports
4949
if: always()
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: security-reports
5353
path: |

.github/workflows/security-scan.yml

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

3535
- name: Upload Security Reports
3636
if: always()
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: security-scan-reports
4040
path: |

0 commit comments

Comments
 (0)