File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6161 -Dsonar.token=${SONAR_TOKEN}
6262
6363 - name : Upload artifact
64- uses : actions/upload-artifact@v4.6.2
64+ uses : actions/upload-artifact@v7.0.0
6565 with :
6666 name : build-artifacts
6767 path : target/*.jar
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Upload Build Reports
158158 if : failure()
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v7
160160 with :
161161 name : jreleaser-reports
162162 path : |
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Upload Build Reports
162162 if : failure()
163- uses : actions/upload-artifact@v4
163+ uses : actions/upload-artifact@v7
164164 with :
165165 name : jreleaser-reports
166166 path : |
Original file line number Diff line number Diff line change 7575
7676 - name : Upload Build Reports
7777 if : failure()
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : jreleaser-reports
8181 path : |
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165
166166 - name : Upload Build Reports
167167 if : failure()
168- uses : actions/upload-artifact@v4
168+ uses : actions/upload-artifact@v7
169169 with :
170170 name : jreleaser-reports
171171 path : |
Original file line number Diff line number Diff line change 7575
7676 - name : Upload Build Reports
7777 if : failure()
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : jreleaser-reports
8181 path : |
You can’t perform that action at this time.
0 commit comments