2222
2323jobs :
2424 Prepare :
25- uses : pyTooling/Actions/.github/workflows/PrepareJob.yml@r6
25+ uses : pyTooling/Actions/.github/workflows/PrepareJob.yml@r7
2626
2727 Build :
2828 name : ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact
4747 - uses : ./.github/actions/create-files
4848
4949 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-release' with github action
50- uses : actions/upload-artifact@v6
50+ uses : actions/upload-artifact@v7
5151 continue-on-error : true
5252 with :
5353 name : ${{ matrix.os.name }}-github-release
@@ -112,7 +112,7 @@ jobs:
112112
113113 - uses : ./.github/actions/create-files
114114 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-single-file'
115- uses : actions/upload-artifact@v6
115+ uses : actions/upload-artifact@v7
116116 continue-on-error : true
117117 with :
118118 name : ${{ matrix.os.name }}-github-single-file
@@ -149,7 +149,7 @@ jobs:
149149
150150 - uses : ./.github/actions/create-files
151151 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-single-file-in-directory'
152- uses : actions/upload-artifact@v6
152+ uses : actions/upload-artifact@v7
153153 continue-on-error : true
154154 with :
155155 name : ${{ matrix.os.name }}-github-single-file-in-directory
@@ -186,7 +186,7 @@ jobs:
186186
187187 - uses : ./.github/actions/create-files
188188 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-directory'
189- uses : actions/upload-artifact@v6
189+ uses : actions/upload-artifact@v7
190190 continue-on-error : true
191191 with :
192192 name : ${{ matrix.os.name }}-github-double-file-in-directory
@@ -225,7 +225,7 @@ jobs:
225225
226226 - uses : ./.github/actions/create-files
227227 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-triple-file-in-directory'
228- uses : actions/upload-artifact@v6
228+ uses : actions/upload-artifact@v7
229229 continue-on-error : true
230230 with :
231231 name : ${{ matrix.os.name }}-github-triple-file-in-directory
@@ -266,7 +266,7 @@ jobs:
266266
267267 - uses : ./.github/actions/create-files
268268 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-double-file-in-deep-directory'
269- uses : actions/upload-artifact@v6
269+ uses : actions/upload-artifact@v7
270270 continue-on-error : true
271271 with :
272272 name : ${{ matrix.os.name }}-github-double-file-in-deep-directory
@@ -305,7 +305,7 @@ jobs:
305305
306306 - uses : ./.github/actions/create-files
307307 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-single-directory'
308- uses : actions/upload-artifact@v6
308+ uses : actions/upload-artifact@v7
309309 continue-on-error : true
310310 with :
311311 name : ${{ matrix.os.name }}-github-single-directory
@@ -342,7 +342,7 @@ jobs:
342342
343343 - uses : ./.github/actions/create-files
344344 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-double-directory'
345- uses : actions/upload-artifact@v6
345+ uses : actions/upload-artifact@v7
346346 continue-on-error : true
347347 with :
348348 name : ${{ matrix.os.name }}-github-double-directory
@@ -381,7 +381,7 @@ jobs:
381381
382382 - uses : ./.github/actions/create-files
383383 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-unpredictable-wildcard'
384- uses : actions/upload-artifact@v6
384+ uses : actions/upload-artifact@v7
385385 continue-on-error : true
386386 with :
387387 name : ${{ matrix.os.name }}-github-unpredictable-wildcard
@@ -422,7 +422,7 @@ jobs:
422422
423423 - uses : ./.github/actions/create-files
424424 - name : 📤 Upload artifact '${{ matrix.os.name }}-github-nofile' with warning
425- uses : actions/upload-artifact@v6
425+ uses : actions/upload-artifact@v7
426426 continue-on-error : true
427427 with :
428428 name : ${{ matrix.os.name }}-github-nofile
@@ -459,7 +459,7 @@ jobs:
459459 uses : actions/checkout@v6
460460
461461 - name : 📥 Download artifact
462- uses : actions/download-artifact@v7
462+ uses : actions/download-artifact@v8
463463 with :
464464 name : ${{ matrix.os.name }}-github-release
465465
@@ -508,7 +508,7 @@ jobs:
508508 uses : actions/checkout@v6
509509
510510 - name : 📥 Download artifact
511- uses : actions/download-artifact@v7
511+ uses : actions/download-artifact@v8
512512 with :
513513 name : ${{ matrix.os.name }}-pyTooling-release
514514
@@ -583,7 +583,7 @@ jobs:
583583 uses : actions/checkout@v6
584584
585585 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
586- uses : actions/download-artifact@v7
586+ uses : actions/download-artifact@v8
587587 with :
588588 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-single-file
589589
@@ -637,7 +637,7 @@ jobs:
637637 uses : actions/checkout@v6
638638
639639 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
640- uses : actions/download-artifact@v7
640+ uses : actions/download-artifact@v8
641641 with :
642642 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-single-file-in-directory
643643
@@ -693,7 +693,7 @@ jobs:
693693 uses : actions/checkout@v6
694694
695695 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
696- uses : actions/download-artifact@v7
696+ uses : actions/download-artifact@v8
697697 with :
698698 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-double-file-in-directory
699699
@@ -749,7 +749,7 @@ jobs:
749749 uses : actions/checkout@v6
750750
751751 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
752- uses : actions/download-artifact@v7
752+ uses : actions/download-artifact@v8
753753 with :
754754 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-triple-file-in-directory
755755
@@ -809,7 +809,7 @@ jobs:
809809 uses : actions/checkout@v6
810810
811811 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
812- uses : actions/download-artifact@v7
812+ uses : actions/download-artifact@v8
813813 with :
814814 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-double-file-in-deep-directory
815815
@@ -861,7 +861,7 @@ jobs:
861861 uses : actions/checkout@v6
862862
863863 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
864- uses : actions/download-artifact@v7
864+ uses : actions/download-artifact@v8
865865 with :
866866 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-single-directory
867867
@@ -917,7 +917,7 @@ jobs:
917917 uses : actions/checkout@v6
918918
919919 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
920- uses : actions/download-artifact@v7
920+ uses : actions/download-artifact@v8
921921 with :
922922 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-double-directory
923923
@@ -983,7 +983,7 @@ jobs:
983983 uses : actions/checkout@v6
984984
985985 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
986- uses : actions/download-artifact@v7
986+ uses : actions/download-artifact@v8
987987 with :
988988 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-unpredictable-wildcard
989989
@@ -1042,7 +1042,7 @@ jobs:
10421042 uses : actions/checkout@v6
10431043
10441044 - name : 📥 Download artifact uploaded via '${{ matrix.task.action }}'
1045- uses : actions/download-artifact@v7
1045+ uses : actions/download-artifact@v8
10461046 with :
10471047 name : ${{ matrix.os.name }}-${{ matrix.task.artifact }}-lib
10481048
@@ -1068,7 +1068,7 @@ jobs:
10681068 .library
10691069
10701070 TriggerTaggedRelease :
1071- uses : pyTooling/Actions/.github/workflows/TagReleaseCommit.yml@r6
1071+ uses : pyTooling/Actions/.github/workflows/TagReleaseCommit.yml@r7
10721072 needs :
10731073 - Prepare
10741074 - Build-no-files
0 commit comments