| @@ -156,7 +156,7 @@ jobs: |
|
|
| 156 |
156 |
id: create_artifacts |
| 157 |
157 |
if: always() |
| 158 |
158 |
run: python3 ci/create-artifacts.py |
| 159 |
|
- - uses: actions/upload-artifact@v6 |
|
159 |
+ - uses: actions/upload-artifact@v7 |
| 160 |
160 |
if: always() && steps.create_artifacts.outcome == 'success' |
| 161 |
161 |
with: |
| 162 |
162 |
name: env.ARCHIVENAME−{{ env.ARCHIVE_NAME }}-env.ARCHIVENAME−{{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }} |
| @@ -253,7 +253,7 @@ jobs: |
|
|
| 253 |
253 |
id: create_artifacts |
| 254 |
254 |
if: always() |
| 255 |
255 |
run: ./ci/create-artifacts.py |
| 256 |
|
- - uses: actions/upload-artifact@v6 |
|
256 |
+ - uses: actions/upload-artifact@v7 |
| 257 |
257 |
if: always() && steps.create_artifacts.outcome == 'success' |
| 258 |
258 |
with: |
| 259 |
259 |
name: env.ARCHIVENAME−{{ env.ARCHIVE_NAME }}-env.ARCHIVENAME−{{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }} |