Skip to content

Commit 69ede78

Browse files
build(deps): bump actions/download-artifact
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2827897 commit 69ede78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
with:
5151
ref: main
5252
- if: matrix.target == 'built' || github.event_name == 'pull_request'
53-
uses: actions/download-artifact@v3
53+
uses: actions/download-artifact@v4.1.7
5454
with:
5555
name: dist
5656
path: dist
5757
- if: matrix.target == 'built' || github.event_name == 'pull_request'
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4.1.7
5959
with:
6060
name: action.yml
6161
path: .
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
steps:
118118
- uses: actions/checkout@v3
119-
- uses: actions/download-artifact@v3
119+
- uses: actions/download-artifact@v4.1.7
120120
with:
121121
name: dist
122122
path: dist

0 commit comments

Comments
 (0)