Skip to content

Commit 8d738a7

Browse files
Bump actions/download-artifact from 4.1.7 to 4.1.8 (#400)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@65a9edc...fa0a91b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00d835a commit 8d738a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
contents: write
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
53+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
5454
with:
5555
path: ${{ runner.temp }}/artifacts
5656
- run: find "$RUNNER_TEMP"/artifacts -type f -ls

0 commit comments

Comments
 (0)