Skip to content

Commit 118b7ae

Browse files
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 accd3d8 commit 118b7ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deps.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,27 +120,27 @@ jobs:
120120
rm -f deps/linux_arm64/libduckdb.a
121121
rm -f deps/freebsd_amd64/libduckdb.a
122122
rm -f duckdb.h
123-
- uses: actions/download-artifact@v3
123+
- uses: actions/download-artifact@v4.1.7
124124
with:
125125
name: duckdb_h
126126
path: .
127-
- uses: actions/download-artifact@v3
127+
- uses: actions/download-artifact@v4.1.7
128128
with:
129129
name: darwin_amd64
130130
path: deps/darwin_amd64
131-
- uses: actions/download-artifact@v3
131+
- uses: actions/download-artifact@v4.1.7
132132
with:
133133
name: darwin_arm64
134134
path: deps/darwin_arm64
135-
- uses: actions/download-artifact@v3
135+
- uses: actions/download-artifact@v4.1.7
136136
with:
137137
name: linux_amd64
138138
path: deps/linux_amd64
139-
- uses: actions/download-artifact@v3
139+
- uses: actions/download-artifact@v4.1.7
140140
with:
141141
name: linux_arm64
142142
path: deps/linux_arm64
143-
- uses: actions/download-artifact@v3
143+
- uses: actions/download-artifact@v4.1.7
144144
with:
145145
name: freebsd_amd64
146146
path: deps/freebsd_amd64

0 commit comments

Comments
 (0)