Skip to content

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #2007

Bump actions/upload-artifact from 3.1.2 to 3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #2007

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Install an old cluster, upgrade it and check it
uses: submariner-io/shipyard/gh-actions/upgrade-e2e@devel
- name: Post Mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel