Skip to content

Commit 7d01c03

Browse files
Bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2c2b75 commit 7d01c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload test results
4747
if: failure()
48-
uses: actions/upload-artifact@v4.3.3
48+
uses: actions/upload-artifact@v4.3.4
4949
with:
5050
name: coverage-test-failures
5151
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)