|
47 | 47 | - uses: ./.github/actions/create-files |
48 | 48 |
|
49 | 49 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-release' with github action |
50 | | - uses: actions/upload-artifact@v5 |
| 50 | + uses: actions/upload-artifact@v6 |
51 | 51 | continue-on-error: true |
52 | 52 | with: |
53 | 53 | name: ${{ matrix.os.name }}-github-release |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 |
|
113 | 113 | - uses: ./.github/actions/create-files |
114 | 114 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-file' |
115 | | - uses: actions/upload-artifact@v5 |
| 115 | + uses: actions/upload-artifact@v6 |
116 | 116 | continue-on-error: true |
117 | 117 | with: |
118 | 118 | name: ${{ matrix.os.name }}-github-single-file |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 |
|
150 | 150 | - uses: ./.github/actions/create-files |
151 | 151 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-file-in-directory' |
152 | | - uses: actions/upload-artifact@v5 |
| 152 | + uses: actions/upload-artifact@v6 |
153 | 153 | continue-on-error: true |
154 | 154 | with: |
155 | 155 | name: ${{ matrix.os.name }}-github-single-file-in-directory |
@@ -186,7 +186,7 @@ jobs: |
186 | 186 |
|
187 | 187 | - uses: ./.github/actions/create-files |
188 | 188 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-directory' |
189 | | - uses: actions/upload-artifact@v5 |
| 189 | + uses: actions/upload-artifact@v6 |
190 | 190 | continue-on-error: true |
191 | 191 | with: |
192 | 192 | name: ${{ matrix.os.name }}-github-double-file-in-directory |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 |
|
226 | 226 | - uses: ./.github/actions/create-files |
227 | 227 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-triple-file-in-directory' |
228 | | - uses: actions/upload-artifact@v5 |
| 228 | + uses: actions/upload-artifact@v6 |
229 | 229 | continue-on-error: true |
230 | 230 | with: |
231 | 231 | name: ${{ matrix.os.name }}-github-triple-file-in-directory |
@@ -266,7 +266,7 @@ jobs: |
266 | 266 |
|
267 | 267 | - uses: ./.github/actions/create-files |
268 | 268 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-deep-directory' |
269 | | - uses: actions/upload-artifact@v5 |
| 269 | + uses: actions/upload-artifact@v6 |
270 | 270 | continue-on-error: true |
271 | 271 | with: |
272 | 272 | name: ${{ matrix.os.name }}-github-double-file-in-deep-directory |
@@ -305,7 +305,7 @@ jobs: |
305 | 305 |
|
306 | 306 | - uses: ./.github/actions/create-files |
307 | 307 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-single-directory' |
308 | | - uses: actions/upload-artifact@v5 |
| 308 | + uses: actions/upload-artifact@v6 |
309 | 309 | continue-on-error: true |
310 | 310 | with: |
311 | 311 | name: ${{ matrix.os.name }}-github-single-directory |
@@ -342,7 +342,7 @@ jobs: |
342 | 342 |
|
343 | 343 | - uses: ./.github/actions/create-files |
344 | 344 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-double-directory' |
345 | | - uses: actions/upload-artifact@v5 |
| 345 | + uses: actions/upload-artifact@v6 |
346 | 346 | continue-on-error: true |
347 | 347 | with: |
348 | 348 | name: ${{ matrix.os.name }}-github-double-directory |
@@ -381,7 +381,7 @@ jobs: |
381 | 381 |
|
382 | 382 | - uses: ./.github/actions/create-files |
383 | 383 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-unpredictable-wildcard' |
384 | | - uses: actions/upload-artifact@v5 |
| 384 | + uses: actions/upload-artifact@v6 |
385 | 385 | continue-on-error: true |
386 | 386 | with: |
387 | 387 | name: ${{ matrix.os.name }}-github-unpredictable-wildcard |
@@ -422,7 +422,7 @@ jobs: |
422 | 422 |
|
423 | 423 | - uses: ./.github/actions/create-files |
424 | 424 | - name: 📤 Upload artifact '${{ matrix.os.name }}-github-nofile' with warning |
425 | | - uses: actions/upload-artifact@v5 |
| 425 | + uses: actions/upload-artifact@v6 |
426 | 426 | continue-on-error: true |
427 | 427 | with: |
428 | 428 | name: ${{ matrix.os.name }}-github-nofile |
|
0 commit comments