Skip to content

Commit 13e2b6c

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#957)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ced7dd commit 13e2b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
require_tests: true
219219
report_paths: '**/*results.xml'
220220

221-
- uses: actions/upload-artifact@v5
221+
- uses: actions/upload-artifact@v6
222222
if: always()
223223
with:
224224
name: e2e-tests-${{ matrix.os }}

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
require_tests: true
298298
report_paths: '**/*results.xml'
299299

300-
- uses: actions/upload-artifact@v5
300+
- uses: actions/upload-artifact@v6
301301
if: always()
302302
with:
303303
name: e2e-tests-${{ matrix.os }}

0 commit comments

Comments
 (0)