Skip to content
Snippets Groups Projects
Unverified Commit c6aff0bf authored by Diogo Mendes's avatar Diogo Mendes Committed by GitHub
Browse files

Downgrade Github actions to version 2 (#21364)

* Downgrade download action version

* Revert upload action
parent 3ff3a3e7
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ runs:
run: sha256sum ./target/uberjar/metabase.jar > SHA256.sum
shell: bash
- name: Upload JARs as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: metabase-${{ matrix.edition }}-uberjar
path: |
......
......@@ -109,7 +109,7 @@ jobs:
- name: Run Snowlow micro
uses: ./.github/actions/run-snowplow-micro
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v2
name: Retrieve uberjar artifact for ${{ matrix.edition }}
with:
name: metabase-${{ matrix.edition }}-uberjar
......@@ -124,7 +124,7 @@ jobs:
TERM: xterm
- name: Upload Cypress recording upon failure
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-recording-${{ matrix.folder }}-${{ matrix.edition }}
......
......@@ -86,7 +86,7 @@ jobs:
- name: Prepare cypress environment
uses: ./.github/actions/prepare-cypress
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v2
name: Retrieve uberjar artifact
with:
name: metabase-oss-uberjar
......
......@@ -48,7 +48,7 @@ jobs:
- name: Prepare cypress environment
uses: ./.github/actions/prepare-cypress
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v2
name: Retrieve uberjar artifact
with:
name: metabase-oss-uberjar
......
......@@ -50,7 +50,7 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- run: java -version
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v2
name: Retrieve uberjar artifact
with:
name: metabase-${{ matrix.edition }}-uberjar
......@@ -79,7 +79,7 @@ jobs:
- name: Check out the code (Dockerfile needed)
uses: actions/checkout@v3
- name: Download uploaded artifacts to insert into container
uses: actions/download-artifact@v3
uses: actions/download-artifact@v2
with:
name: metabase-${{ matrix.edition }}-uberjar
path: bin/docker/
......@@ -137,7 +137,7 @@ jobs:
- name: Prepare cypress environment
uses: ./.github/actions/prepare-cypress
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v2
name: Retrieve uberjar artifact
with:
name: metabase-oss-uberjar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment