File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Upload Build Reports
112112 if : failure()
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v7
114114 with :
115115 name : jreleaser-reports
116116 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 @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Upload Build Reports
131131 if : failure()
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v7
133133 with :
134134 name : jreleaser-reports
135135 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