Skip to content

Commit

Permalink
Merge pull request #322 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
cprivitere committed Jul 11, 2022
2 parents 8b4b858 + 49b7843 commit 95e8b2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
TAG: ${{ steps.meta.outputs.version }}
run: make release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-release
path: out/release
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-quickstart.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e-quickstart
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-conformance.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e-conformance
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-management-upgrade.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e-management-upgrade
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-workload-upgrade.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e-workload-upgrade
Expand Down

0 comments on commit 95e8b2d

Please sign in to comment.