Skip to content

Commit 187f1dd

Browse files
Build(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e2a463 commit 187f1dd

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
@@ -385,7 +385,7 @@ jobs:
385385
run: mkdir artifacts code unit-coverage integration-coverage
386386
- name: Download artifacts
387387
if: ${{ github.event_name == 'push' }}
388-
uses: actions/download-artifact@v5.0.0
388+
uses: actions/download-artifact@v6.0.0
389389
with:
390390
path: artifacts
391391
- name: Checkout of code base

0 commit comments

Comments
 (0)