Skip to content

Commit 46e63f1

Browse files
ci: bump actions/download-artifact from 4.1.4 to 4.1.5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9be3d82 commit 46e63f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4
7979

8080
- name: Download coverage data
81-
uses: actions/download-artifact@v4.1.4
81+
uses: actions/download-artifact@v4.1.5
8282
with:
8383
name: coverage-data
8484
path: ./

0 commit comments

Comments
 (0)