Skip to content

Commit f8103b4

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0db1f7a commit f8103b4

8 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/generate-actions-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
AI_MODEL: gpt-4o-mini
7373

7474
- name: Upload artifact
75-
uses: actions/upload-artifact@v6
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: actions-report-${{ matrix.repo }}
7878
path: actions-report-${{ matrix.repo }}.json

.github/workflows/generate-board-vendor-thumbnails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ jobs:
419419
fi
420420
421421
- name: "Upload shard data"
422-
uses: actions/upload-artifact@v6
422+
uses: actions/upload-artifact@v7
423423
with:
424424
name: shard-data-${{ matrix.shard }}
425425
path: shard-data/

.github/workflows/infrastructure-download-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
echo "artifacts/${{ env.PR_NUMBER }}/" > path.txt
208208
209209
- name: Upload Artifact
210-
uses: actions/upload-artifact@v6
210+
uses: actions/upload-artifact@v7
211211
with:
212212
name: assets-for-download
213213
path: downloads

.github/workflows/infrastructure-mirror-repository-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
EOT
6262
python3 split.py
6363
- name: "Upload JSON parts"
64-
uses: actions/upload-artifact@v6
64+
uses: actions/upload-artifact@v7
6565
with:
6666
name: parts
6767
path: |

.github/workflows/infrastructure-update-redirector-config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
8686
- name: "Upload ${{ matrix.platform }} index"
87-
uses: actions/upload-artifact@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: ${{ matrix.platform }}
9090
path: destination
@@ -239,7 +239,7 @@ jobs:
239239
fi
240240
241241
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
242-
uses: actions/upload-artifact@v6
242+
uses: actions/upload-artifact@v7
243243
with:
244244
name: debs-beta-${{ env.SERVER_ID }}
245245
path: status
@@ -298,7 +298,7 @@ jobs:
298298
fi
299299
300300
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
301-
uses: actions/upload-artifact@v6
301+
uses: actions/upload-artifact@v7
302302
with:
303303
name: debs-${{ env.SERVER_ID }}
304304
path: status
@@ -358,7 +358,7 @@ jobs:
358358
fi
359359
360360
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
361-
uses: actions/upload-artifact@v6
361+
uses: actions/upload-artifact@v7
362362
with:
363363
name: dl-${{ env.SERVER_ID }}
364364
path: status
@@ -418,7 +418,7 @@ jobs:
418418
fi
419419
420420
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
421-
uses: actions/upload-artifact@v6
421+
uses: actions/upload-artifact@v7
422422
with:
423423
name: archive-${{ env.SERVER_ID }}
424424
path: status
@@ -449,7 +449,7 @@ jobs:
449449
echo "STATUS=true" >> $GITHUB_ENV
450450
451451
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
452-
uses: actions/upload-artifact@v6
452+
uses: actions/upload-artifact@v7
453453
with:
454454
name: cache-${{ env.SERVER_ID }}
455455
path: status

.github/workflows/label-listen-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Save PR number
1414
run: echo "${{ github.event.pull_request.number }}" > pr.txt
1515

16-
- uses: actions/upload-artifact@v6
16+
- uses: actions/upload-artifact@v7
1717
with:
1818
# unique name: includes workflow run id
1919
name: pr-number-${{ github.run_id }}

.github/workflows/reporting-release-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
} > summary.md
172172
173173
- name: Upload raw data (artifacts)
174-
uses: actions/upload-artifact@v6
174+
uses: actions/upload-artifact@v7
175175
with:
176176
name: pr-digest
177177
path: out/

.github/workflows/testing-wireless-performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
234234
- name: "Upload test summary"
235235
timeout-minutes: 3
236-
uses: actions/upload-artifact@v6
236+
uses: actions/upload-artifact@v7
237237
with:
238238
name: test-${{ env.DEVICE }}
239239
path: test

0 commit comments

Comments
 (0)