Skip to content

Commit 90958a5

Browse files
Bump actions/download-artifact from 2.1.0 to 3 (vmware-tanzu#225)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.1.0...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d5da15 commit 90958a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
help: "https://kind.sigs.k8s.io/docs/user/local-registry/"
198198
EOF
199199
- name: Download staged Service Bindings build
200-
uses: actions/download-artifact@v2.1.0
200+
uses: actions/download-artifact@v3
201201
with:
202202
name: service-bindings-bundle.tar
203203
- name: Install kapp-controller
@@ -365,7 +365,7 @@ jobs:
365365
release_name: Release ${{ github.ref }}
366366
draft: true
367367
- name: Download staged Service Bindings build
368-
uses: actions/download-artifact@v2.1.0
368+
uses: actions/download-artifact@v3
369369
with:
370370
name: service-bindings-bundle.tar
371371
- name: Relocate bundle to public registry

0 commit comments

Comments
 (0)