File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141
142142 - name : Upload test results
143143 if : always()
144- uses : actions/upload-artifact@v4
144+ uses : actions/upload-artifact@v7
145145 with :
146146 name : junit-python
147147 path : junit-python.xml
@@ -187,7 +187,7 @@ jobs:
187187
188188 - name : Upload test results
189189 if : always()
190- uses : actions/upload-artifact@v4
190+ uses : actions/upload-artifact@v7
191191 with :
192192 name : junit-typescript
193193 path : junit-typescript.xml
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Upload coverage artifacts
121121 if : always()
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v7
123123 with :
124124 name : coverage-python
125125 path : |
@@ -188,7 +188,7 @@ jobs:
188188
189189 - name : Upload coverage artifacts
190190 if : always()
191- uses : actions/upload-artifact@v4
191+ uses : actions/upload-artifact@v7
192192 with :
193193 name : coverage-typescript
194194 path : |
@@ -252,7 +252,7 @@ jobs:
252252
253253 - name : Upload coverage artifacts
254254 if : always()
255- uses : actions/upload-artifact@v4
255+ uses : actions/upload-artifact@v7
256256 with :
257257 name : coverage-rust
258258 path : |
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 --clobber
201201
202202 - name : Upload image SBOMs as workflow artifact
203- uses : actions/upload-artifact@v4
203+ uses : actions/upload-artifact@v7
204204 with :
205205 name : image-sbom-${{ github.ref_name }}
206206 path : |
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 --clobber
118118
119119 - name : Upload SBOMs as workflow artifact
120- uses : actions/upload-artifact@v4
120+ uses : actions/upload-artifact@v7
121121 with :
122122 name : sbom-${{ needs.release-please.outputs.tag_name }}
123123 path : |
You can’t perform that action at this time.
0 commit comments