Skip to content

Commit ac36b7d

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07bed5b commit ac36b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rfc-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: build
3030
steps:
3131
- uses: actions/checkout@v3
32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4.1.7
3333
with:
3434
name: spec
3535
path: build/install

0 commit comments

Comments
 (0)