chore(workflow): update actions (node 16) (#5177)

This commit is contained in:
Livio Spring
2023-02-17 12:31:55 +01:00
committed by GitHub
parent a67d3274a8
commit fa1e6c0bb2
5 changed files with 21 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ jobs:
ZITADEL_IMAGE_REGISTRY: 'ghcr.io/zitadel/zitadel'
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set TAG env manual trigger
if: github.event_name == 'workflow_dispatch'
run: echo "ZITADEL_IMAGE=${ZITADEL_IMAGE_REGISTRY}:${{ github.event.inputs.releaseversion }}" >> $GITHUB_ENV
@@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'workflow_run'
run: echo "ZITADEL_IMAGE=${ZITADEL_IMAGE_REGISTRY}:${{ steps.get-latest-tag.outputs.tag }}" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
with:
driver: docker
install: true
@@ -54,7 +54,7 @@ jobs:
working-directory: e2e
- name: Archive production tests ${{ matrix.browser }}
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: production-tests-${{ matrix.browser }}
path: |