Skip to content

Commit 3b8f787

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54bb1eb commit 3b8f787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- build
7676
steps:
7777
- name: Download digests
78-
uses: actions/download-artifact@v8.0.0
78+
uses: actions/download-artifact@v8.0.1
7979
with:
8080
path: ${{ runner.temp }}/digests
8181
pattern: digests-*

0 commit comments

Comments
 (0)