Skip to content

Commit b060051

Browse files
build(deps): bump actions/download-artifact 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] <[email protected]>
1 parent b43c259 commit b060051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
apt: $UBUNTU_PACKAGES
132132
- name: fetch tarball from previous job(s)
133-
uses: actions/download-artifact@v3
133+
uses: actions/download-artifact@v4.1.7
134134
with:
135135
name: tarball
136136
- name: extract tarball
@@ -160,7 +160,7 @@ jobs:
160160
apt: $UBUNTU_PACKAGES
161161
pip: $PIP_PACKAGES
162162
- name: fetch tarball from previous job(s)
163-
uses: actions/download-artifact@v3
163+
uses: actions/download-artifact@v4.1.7
164164
with:
165165
name: tarball
166166
- name: extract tarball
@@ -192,7 +192,7 @@ jobs:
192192
- name: Checkout the repo
193193
uses: actions/checkout@v3
194194
- name: fetch tarball from previous job(s)
195-
uses: actions/download-artifact@v3
195+
uses: actions/download-artifact@v4.1.7
196196
with:
197197
name: tarball
198198
- name: list git files

0 commit comments

Comments
 (0)