Skip to content

Commit 8694a38

Browse files
chore(deps)(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 450fa2c commit 8694a38

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/accounting-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Upload Backend Test Results
6565
if: always()
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: accounting-backend-test-results
6969
path: |
@@ -100,15 +100,15 @@ jobs:
100100
101101
- name: Upload UI Test Results
102102
if: always()
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v5
104104
with:
105105
name: accounting-ui-test-results
106106
path: test-results/accounting-ui*
107107
if-no-files-found: ignore
108108

109109
- name: Upload Playwright HTML Report
110110
if: failure()
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v5
112112
with:
113113
name: accounting-playwright-report
114114
path: playwright-report

.github/workflows/azure-deploy-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
npx playwright test --config=playwright.azure.config.ts --project=webkit --reporter=html --reporter=list
182182
183183
- name: Upload TRX artifacts
184-
uses: actions/upload-artifact@v4
184+
uses: actions/upload-artifact@v5
185185
with:
186186
name: test-results
187187
path: |
@@ -190,23 +190,23 @@ jobs:
190190
191191
- name: Upload Accounting UI Test Results
192192
if: always()
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v5
194194
with:
195195
name: accounting-ui-test-results
196196
path: test-results/accounting-ui*
197197
if-no-files-found: ignore
198198

199199
- name: Upload Playwright Report
200200
if: always()
201-
uses: actions/upload-artifact@v4
201+
uses: actions/upload-artifact@v5
202202
with:
203203
name: playwright-report-azure
204204
path: playwright-report
205205
if-no-files-found: ignore
206206

207207
- name: Upload E2E Test Videos
208208
if: always()
209-
uses: actions/upload-artifact@v4
209+
uses: actions/upload-artifact@v5
210210
with:
211211
name: e2e-test-videos
212212
path: test-results/**/video.webm

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272

7373
- name: Upload Playwright HTML report
7474
if: always()
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: playwright-report
7878
path: playwright-report
7979

8080
- name: Upload Playwright test-results
8181
if: always()
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
with:
8484
name: test-results
8585
path: test-results

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Upload Test Results
136136
if: always()
137-
uses: actions/upload-artifact@v4
137+
uses: actions/upload-artifact@v5
138138
with:
139139
name: test-results
140140
path: |

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
5252
- name: Upload Playwright report (on failure)
5353
if: failure()
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: playwright-report
5757
path: playwright-report
5858
if-no-files-found: ignore
5959

6060
- name: Upload Accounting Test Results
6161
if: always()
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: accounting-test-results
6565
path: test-results/accounting-ui*

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
dotnet test ai_mate_blazor.Tests -c Release --logger "trx;LogFileName=blazor.tests.trx"
5151
5252
- name: Upload TRX artifacts
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: pr-test-results
5656
path: |

.github/workflows/security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Upload scan results
8080
if: always()
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: supply-chain-scan-results
8484
path: |
@@ -157,7 +157,7 @@ jobs:
157157
158158
- name: Upload ZAP results
159159
if: always()
160-
uses: actions/upload-artifact@v4
160+
uses: actions/upload-artifact@v5
161161
with:
162162
name: zap-scan-results
163163
path: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dotnet test ai_mate_blazor.Tests -c Release --logger "trx;LogFileName=blazor.tests.trx"
3434
3535
- name: Upload TRX artifacts
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: test-results
3939
path: |

0 commit comments

Comments
 (0)