Skip to content

Commit 16341c2

Browse files
ci(deps): Bump actions/upload-artifact from 4.4.3 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cf0f5f commit 16341c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,14 @@ jobs:
341341
&& echo "coverage=$(jq '${{ env.PCT }}' ${{ env.COVERAGE_SUMMARY }} -r)" >>$GITHUB_OUTPUT
342342
- id: report
343343
name: Upload report
344-
uses: actions/upload-artifact@v4.4.3
344+
uses: actions/upload-artifact@v4.6.1
345345
with:
346346
name: |
347347
${{ format('vitest-report-{0}-{1}-{2}.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
348348
path: ${{ env.VITEST_REPORT }}
349349
- id: coverage-summary
350350
name: Upload coverage summary
351-
uses: actions/upload-artifact@v4.4.3
351+
uses: actions/upload-artifact@v4.6.1
352352
with:
353353
name: |
354354
${{ format('coverage-summary-{0}-{1}-{2}.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
@@ -420,7 +420,7 @@ jobs:
420420
run: attw ${{ env.TARFILE }}
421421
- id: archive
422422
name: Archive production artifacts
423-
uses: actions/upload-artifact@v4.4.3
423+
uses: actions/upload-artifact@v4.6.1
424424
with:
425425
name: ${{ env.TARFILE }}
426426
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)