File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ jobs:
6464
6565 - name : Upload Surefire reports
6666 if : always()
67- uses : actions/upload-artifact@v6
67+ uses : actions/upload-artifact@v7
6868 with :
6969 name : surefire-reports-${{ runner.os }}
7070 path : target/surefire-reports
7171 if-no-files-found : ignore
7272
7373 - name : Upload Failsafe reports
7474 if : always()
75- uses : actions/upload-artifact@v6
75+ uses : actions/upload-artifact@v7
7676 with :
7777 name : failsafe-reports-${{ runner.os }}
7878 path : target/failsafe-reports
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Upload static analysis reports
104104 if : always()
105- uses : actions/upload-artifact@v6
105+ uses : actions/upload-artifact@v7
106106 with :
107107 name : static-analysis-${{ runner.os }}
108108 path : |
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Upload Maven site
115115 if : always()
116- uses : actions/upload-artifact@v6
116+ uses : actions/upload-artifact@v7
117117 with :
118118 name : site-${{ runner.os }}
119119 path : target/site
You can’t perform that action at this time.
0 commit comments