Skip to content

Commit

Permalink
Merge pull request #147 from syself/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3

🌱 Bump actions/upload-artifact from 2 to 3
  • Loading branch information
batistein committed Apr 9, 2022
2 parents b235b96 + 2175760 commit 74ffba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
TAG: ${{ steps.meta.outputs.version }}
run: make test-release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-release
path: out
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
SKIP_IMAGE_BUILD: "1"
run: make test-e2e
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e-basic
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
TAG: ${{ steps.meta.outputs.version }}
run: make test-release
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-release
path: out
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
SKIP_IMAGE_BUILD: "1"
run: make test-e2e
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: e2e-basic
Expand Down

0 comments on commit 74ffba2

Please sign in to comment.