Skip to content

Commit db4bd25

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e454233 commit db4bd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/provider-compatibility.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ jobs:
201201
fi
202202
continue-on-error: true
203203

204-
- uses: actions/download-artifact@v3
204+
- uses: actions/download-artifact@v4
205205
if: steps.early_exit.outcome == 'success'
206206
with:
207207
name: ${{ matrix.tree_a }}.tar.gz
208208
- name: unpack first build
209209
if: steps.early_exit.outcome == 'success'
210210
run: tar xzf "${{ matrix.tree_a }}.tar.gz"
211211

212-
- uses: actions/download-artifact@v3
212+
- uses: actions/download-artifact@v4
213213
if: steps.early_exit.outcome == 'success'
214214
with:
215215
name: ${{ matrix.tree_b }}.tar.gz

0 commit comments

Comments
 (0)