Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b30caa3

Browse files
authoredMar 1, 2025··
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c21d323 commit b30caa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
shell: bash
281281

282282
- name: Upload GitHub artifacts
283-
uses: actions/upload-artifact@v4.6.0
283+
uses: actions/upload-artifact@v4.6.1
284284
with:
285285
name: dist-artifacts
286286
path: dist-artifacts/

‎.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: npx playwright test
118118

119119
- name: Upload artifacts
120-
uses: actions/upload-artifact@v4.6.0
120+
uses: actions/upload-artifact@v4.6.1
121121
if: ${{ (inputs.upload-artifacts == true) && ((always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure')) }}
122122
with:
123123
name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}

0 commit comments

Comments
 (0)
Please sign in to comment.