|
38 | 38 | - uses: actions/checkout@v4 |
39 | 39 |
|
40 | 40 | - name: Download diagnostics artifacts |
41 | | - uses: actions/download-artifact@v4 |
| 41 | + uses: actions/download-artifact@v6 |
42 | 42 | with: |
43 | 43 | name: github-api-usage-monitor-baseline |
44 | 44 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/baseline |
|
90 | 90 | - uses: actions/checkout@v4 |
91 | 91 |
|
92 | 92 | - name: Download diagnostics artifacts |
93 | | - uses: actions/download-artifact@v4 |
| 93 | + uses: actions/download-artifact@v6 |
94 | 94 | with: |
95 | 95 | name: github-api-usage-monitor-core-5 |
96 | 96 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/core-5 |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | - uses: actions/checkout@v4 |
218 | 218 |
|
219 | 219 | - name: Download diagnostics artifacts |
220 | | - uses: actions/download-artifact@v4 |
| 220 | + uses: actions/download-artifact@v6 |
221 | 221 | with: |
222 | 222 | name: github-api-usage-monitor-core-10 |
223 | 223 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/core-10 |
@@ -344,7 +344,7 @@ jobs: |
344 | 344 | - uses: actions/checkout@v4 |
345 | 345 |
|
346 | 346 | - name: Download diagnostics artifacts |
347 | | - uses: actions/download-artifact@v4 |
| 347 | + uses: actions/download-artifact@v6 |
348 | 348 | with: |
349 | 349 | name: github-api-usage-monitor-search-2 |
350 | 350 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/search-2 |
@@ -471,7 +471,7 @@ jobs: |
471 | 471 | - uses: actions/checkout@v4 |
472 | 472 |
|
473 | 473 | - name: Download diagnostics artifacts |
474 | | - uses: actions/download-artifact@v4 |
| 474 | + uses: actions/download-artifact@v6 |
475 | 475 | with: |
476 | 476 | name: github-api-usage-monitor-code-search-2 |
477 | 477 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/code-search-2 |
@@ -600,7 +600,7 @@ jobs: |
600 | 600 | - uses: actions/checkout@v4 |
601 | 601 |
|
602 | 602 | - name: Download diagnostics artifacts |
603 | | - uses: actions/download-artifact@v4 |
| 603 | + uses: actions/download-artifact@v6 |
604 | 604 | with: |
605 | 605 | name: github-api-usage-monitor-graphql-2 |
606 | 606 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/graphql-2 |
@@ -751,7 +751,7 @@ jobs: |
751 | 751 | - uses: actions/checkout@v4 |
752 | 752 |
|
753 | 753 | - name: Download diagnostics artifacts |
754 | | - uses: actions/download-artifact@v4 |
| 754 | + uses: actions/download-artifact@v6 |
755 | 755 | with: |
756 | 756 | name: github-api-usage-monitor-mixed-small |
757 | 757 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/mixed-small |
@@ -879,7 +879,7 @@ jobs: |
879 | 879 | - uses: actions/checkout@v4 |
880 | 880 |
|
881 | 881 | - name: Download diagnostics artifacts |
882 | | - uses: actions/download-artifact@v4 |
| 882 | + uses: actions/download-artifact@v6 |
883 | 883 | with: |
884 | 884 | name: github-api-usage-monitor-core-burst |
885 | 885 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/core-burst |
@@ -1006,7 +1006,7 @@ jobs: |
1006 | 1006 | - uses: actions/checkout@v4 |
1007 | 1007 |
|
1008 | 1008 | - name: Download diagnostics artifacts |
1009 | | - uses: actions/download-artifact@v4 |
| 1009 | + uses: actions/download-artifact@v6 |
1010 | 1010 | with: |
1011 | 1011 | name: github-api-usage-monitor-search-window-cross |
1012 | 1012 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/search-window-cross |
@@ -1117,7 +1117,7 @@ jobs: |
1117 | 1117 | - uses: actions/checkout@v4 |
1118 | 1118 |
|
1119 | 1119 | - name: Download diagnostics artifacts |
1120 | | - uses: actions/download-artifact@v4 |
| 1120 | + uses: actions/download-artifact@v6 |
1121 | 1121 | with: |
1122 | 1122 | name: github-api-usage-monitor-idle-check |
1123 | 1123 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/idle-check |
@@ -1180,7 +1180,7 @@ jobs: |
1180 | 1180 | - uses: actions/checkout@v4 |
1181 | 1181 |
|
1182 | 1182 | - name: Download diagnostics artifacts |
1183 | | - uses: actions/download-artifact@v4 |
| 1183 | + uses: actions/download-artifact@v6 |
1184 | 1184 | with: |
1185 | 1185 | name: github-api-usage-monitor-core-then-search |
1186 | 1186 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/core-then-search |
@@ -1310,7 +1310,7 @@ jobs: |
1310 | 1310 | - uses: actions/checkout@v4 |
1311 | 1311 |
|
1312 | 1312 | - name: Download diagnostics artifacts |
1313 | | - uses: actions/download-artifact@v4 |
| 1313 | + uses: actions/download-artifact@v6 |
1314 | 1314 | with: |
1315 | 1315 | name: github-api-usage-monitor-graphql-5 |
1316 | 1316 | path: ${{ runner.temp }}/github-api-usage-monitor-artifacts/graphql-5 |
|
0 commit comments