Skip to content

Commit 63c65c8

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#63)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfa6988 commit 63c65c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs:
5050
- build-artifacts
5151
steps:
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4.1.7
5353
with:
5454
name: chatgpt-cli-${{ matrix.os }}
5555
path: chatgpt-cli-${{ matrix.os }}

0 commit comments

Comments
 (0)