Skip to content

Commit e2c662f

Browse files
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0c3388 commit e2c662f

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cp ./cli-out/${{ matrix.rid }}/metal${{ matrix.ext }} ./artifacts/metal-${{ matrix.rid }}${{ matrix.ext }}
6868
6969
- name: Upload artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: metal-${{ matrix.rid }}
7373
path: ./artifacts/metal-${{ matrix.rid }}${{ matrix.ext }}
@@ -86,7 +86,7 @@ jobs:
8686
run: ls -lh ./all-binaries/
8787

8888
- name: Upload combined release
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v7
9090
with:
9191
name: metal-all-platforms
9292
path: ./all-binaries/

.github/workflows/ci-cd-pipeline.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ jobs:
222222
run: npx playwright test
223223

224224
- name: Upload Playwright report
225-
uses: actions/upload-artifact@v4
225+
uses: actions/upload-artifact@v7
226226
if: always()
227227
with:
228228
name: playwright-l1-1-base-report
229229
path: tests/playwright/playwright-report/
230230
retention-days: 7
231231

232232
- name: Upload .NET test results
233-
uses: actions/upload-artifact@v4
233+
uses: actions/upload-artifact@v7
234234
if: always()
235235
with:
236236
name: test-results-l1-1-base
@@ -330,7 +330,7 @@ jobs:
330330
--results-directory TestResults --logger "trx"
331331
332332
- name: Upload integration test results
333-
uses: actions/upload-artifact@v4
333+
uses: actions/upload-artifact@v7
334334
if: always()
335335
with:
336336
name: test-results-l1-2-integration
@@ -369,7 +369,7 @@ jobs:
369369
-- --addresses 100 --customers 50 --products 25 --units 10
370370
371371
- name: Upload performance results
372-
uses: actions/upload-artifact@v4
372+
uses: actions/upload-artifact@v7
373373
if: always()
374374
with:
375375
name: perf-results-l1-3-small
@@ -408,7 +408,7 @@ jobs:
408408
-- --addresses 10000 --customers 5000 --products 2500 --units 1000
409409
410410
- name: Upload performance results
411-
uses: actions/upload-artifact@v4
411+
uses: actions/upload-artifact@v7
412412
if: always()
413413
with:
414414
name: perf-results-l1-4-large
@@ -449,7 +449,7 @@ jobs:
449449
run: npx playwright test
450450

451451
- name: Upload Playwright report
452-
uses: actions/upload-artifact@v4
452+
uses: actions/upload-artifact@v7
453453
if: always()
454454
with:
455455
name: playwright-l1-5-upgrade-report
@@ -505,7 +505,7 @@ jobs:
505505
-p:InformationalVersion=${{ needs.version.outputs.info_version }}
506506
507507
- name: Upload deploy artifact
508-
uses: actions/upload-artifact@v4
508+
uses: actions/upload-artifact@v7
509509
with:
510510
name: deploy-package
511511
path: ./publish/
@@ -717,7 +717,7 @@ jobs:
717717
run: npx playwright test
718718

719719
- name: Upload Playwright report
720-
uses: actions/upload-artifact@v4
720+
uses: actions/upload-artifact@v7
721721
if: always()
722722
with:
723723
name: playwright-l2-1-canary-report

.github/workflows/deploy-cireset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ jobs:
9797
run: npx playwright test
9898

9999
- name: Upload Playwright report
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v7
101101
if: always()
102102
with:
103103
name: playwright-report
104104
path: tests/playwright/playwright-report/
105105
retention-days: 30
106106

107107
- name: Upload test results
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v7
109109
if: always()
110110
with:
111111
name: test-results

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet build BareMetalWeb.sln --configuration Debug --no-restore
4242

4343
- name: Upload Debug build
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: build-debug
4747
path: |
@@ -88,7 +88,7 @@ jobs:
8888
-p:InformationalVersion=${{ steps.version.outputs.info_version }}
8989
9090
- name: Upload Release publish output
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: publish-release
9494
path: ./publish
@@ -273,15 +273,15 @@ jobs:
273273
run: npx playwright test
274274

275275
- name: Upload Playwright report
276-
uses: actions/upload-artifact@v4
276+
uses: actions/upload-artifact@v7
277277
if: always()
278278
with:
279279
name: playwright-report
280280
path: tests/playwright/playwright-report/
281281
retention-days: 30
282282

283283
- name: Upload test results
284-
uses: actions/upload-artifact@v4
284+
uses: actions/upload-artifact@v7
285285
if: always()
286286
with:
287287
name: test-results

.github/workflows/perf-large.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
cat perf-large-summary.md >> $GITHUB_STEP_SUMMARY
109109
110110
- name: Upload stress test results
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v7
112112
if: always()
113113
with:
114114
name: perf-large-${{ steps.scale.outputs.multiplier }}x-${{ github.run_number }}

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cat perf-slow.txt
5959
6060
- name: Upload performance results
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v7
6262
if: always()
6363
with:
6464
name: perf-results-${{ github.run_number }}

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: dotnet build BareMetalWeb.sln --configuration Debug --no-restore
4343

4444
- name: Upload Debug build
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: build-debug
4848
path: |
@@ -87,7 +87,7 @@ jobs:
8787
-p:InformationalVersion=${{ steps.version.outputs.info_version }}
8888
8989
- name: Upload Release publish output
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: publish-release
9393
path: ./publish

0 commit comments

Comments
 (0)