Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 7f94012 commit 3867008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
${IMGPKG} push -f "${scratch}" -b "${BUNDLE}"
${IMGPKG} copy -b "${BUNDLE}" --to-tar servicebinding-runtime-bundle.tar
echo "##[endgroup]"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: servicebinding-runtime-bundle.tar
path: servicebinding-runtime-bundle.tar
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
help: "https://kind.sigs.k8s.io/docs/user/local-registry/"
EOF
- name: Download staged bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: servicebinding-runtime-bundle.tar
- name: Relocate bundle
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
if: always()
continue-on-error: true
- name: Save test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: acceptance-test-results-${{ matrix.version }}
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
release_name: ${{ steps.get_version.outputs.VERSION }}
draft: true
- name: Download staged bundle
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: servicebinding-runtime-bundle.tar
- name: Upload servicebinding-runtime-bundle.tar
Expand Down

0 comments on commit 3867008

Please sign in to comment.