Skip to content

Commit 995bbae

Browse files
Build(deps): Bump actions/download-artifact from 4.1.9 to 4.2.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e110d88 commit 995bbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
run: mkdir artifacts code unit-coverage integration-coverage
270270
- name: Download artifacts
271271
if: ${{ github.event_name == 'push' }}
272-
uses: actions/download-artifact@v4.1.9
272+
uses: actions/download-artifact@v4.2.0
273273
with:
274274
path: artifacts
275275
- name: Checkout of code base

0 commit comments

Comments
 (0)