Skip to content

Commit

Permalink
update ga node version (#4669)
Browse files Browse the repository at this point in the history
* update ga node version

* additional version updates

* putting mymindstorm back to v7

* updating versions for linux yaml
  • Loading branch information
mozrokafor authored Oct 18, 2022
1 parent 91f5cc8 commit aed9133
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix: ${{ steps.testGen.outputs.tests }}
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
test: ${{ fromJson(needs.build_test_app.outputs.matrix) }}
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: test-client-${{ github.sha }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
-o ${{runner.temp}}/artifacts/functional_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
if: steps.generateGrcov.outcome == 'success'
with:
directory: .
Expand All @@ -143,7 +143,7 @@ jobs:
verbose: true

- name: Uploading artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: ${{matrix.test.name}} Logs
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone repository
uses: actions/checkout@v2
- uses: denoland/setup-deno@v1.0.0
uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x # Run with latest stable Deno.
- name: Generate Dynamic Files
run: |
cd tools/wasm_chrome
deno run --allow-all generate_branch_file.ts -T ${{ secrets.GITHUB_TOKEN }}
- name: Uploading
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Wasm-Chrome
path: tools/wasm_chrome
Expand All @@ -43,9 +43,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Uploading
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Logviewer
path: tools/logviewer
Expand All @@ -55,11 +55,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Building
shell: bash
Expand All @@ -69,7 +69,7 @@ jobs:
npm run build
- name: Uploading
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Inspector Build
path: tools/inspector/dist
Expand All @@ -80,7 +80,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
rm addon_private_key.pem
- name: Uploading
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: Addons
path: addons/generated/addons
Expand All @@ -129,25 +129,25 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Download Wasm-chrome
uses: actions/download-artifact@v2.0.8
uses: actions/download-artifact@v3
with:
name: Wasm-Chrome
# Destination path
path: _site

- name: Download a Addons Artifact
uses: actions/download-artifact@v2.0.8
uses: actions/download-artifact@v3
with:
name: Addons
path: _site/addons
- name: Download the Logviewer Artifact
uses: actions/download-artifact@v2.0.8
uses: actions/download-artifact@v3
with:
name: Logviewer
path: _site/logviewer

- name: Download a Inspector Artifact
uses: actions/download-artifact@v2.0.8
uses: actions/download-artifact@v3
with:
name: Inspector Build
path: _site/inspector
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
aqt install-qt --outputdir /opt linux desktop $QTVERSION gcc_64 -m all
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand All @@ -31,7 +31,7 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Set up Python 3
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.8'

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install source dependencies
shell: bash
Expand All @@ -34,7 +34,7 @@ jobs:
run: ./scripts/linux/script.sh --source --gitref ${GITREF}

- name: Upload source bundle
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Sources
path: .tmp
Expand All @@ -55,7 +55,7 @@ jobs:
QTPPA: ${{ matrix.config.ppa }}
steps:
- name: Download Source Package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: Sources

Expand All @@ -80,7 +80,7 @@ jobs:
sudo pbuilder build --basetgz $BASETGZ --buildresult $(pwd)/packages mozillavpn_*-${{matrix.config.dist}}[0-9].dsc
- name: Uploading
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: ${{matrix.config.name}} Build
path: packages
Expand All @@ -94,7 +94,7 @@ jobs:

steps:
- name: Download Source Package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: Sources

Expand All @@ -108,7 +108,7 @@ jobs:
run: rpmbuild -D "_topdir $(pwd)" -D "_sourcedir $(pwd)" -ba mozillavpn.spec

- name: Uploading
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: RPM Build
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ppa-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: PPA Automation
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fi
- name: Uploading sources
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Sources
path: .tmp
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test_lottie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
aqt install-qt --outputdir /opt linux desktop $QTVERSION gcc_64 -m all
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache grcov
id: cache-grcov
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: grcov-build/
key: ${{runner.os}}-grcov-v0.8.9
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
-t lcov --branch --ignore-not-existing > ${{github.workspace}}/lottie_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: .
flags: lottie_tests
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Qt6
shell: bash
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Cache grcov
id: cache-grcov
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: grcov-build/
key: ${{runner.os}}-grcov-v0.8.9
Expand All @@ -111,7 +111,7 @@ jobs:
./scripts/tests/lottie_tests.sh --grcov lottie_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: .
flags: lottie_tests
Expand All @@ -125,7 +125,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Qt
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_qml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
QTVERSION: 6.2.4
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
-t lcov --branch --ignore-not-existing > ${{github.workspace}}/qml_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: .
flags: qml_tests
Expand All @@ -75,7 +75,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Qt6
shell: bash
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
./scripts/tests/qml_tests.sh --grcov qml_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: .
flags: qml_tests
Expand All @@ -133,7 +133,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Run Unit tests on Linux
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependences
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Cache grcov
id: cache-grcov
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: grcov-build/
key: ${{runner.os}}-grcov-v0.8.9
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
-t lcov --branch --ignore-not-existing > ${{github.workspace}}/unit_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: .
flags: unit_tests
Expand All @@ -95,7 +95,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Cache grcov
id: cache-grcov
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: grcov-build/
key: ${{runner.os}}-grcov-v0.8.9
Expand All @@ -147,7 +147,7 @@ jobs:
./scripts/tests/unit_tests.sh --grcov unit_lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: .
flags: unit_tests
Expand All @@ -161,7 +161,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout submodules
shell: bash
Expand Down
Loading

0 comments on commit aed9133

Please sign in to comment.