From aed91337dc9820e5ecfb6b6fa2dbf3c7411946c3 Mon Sep 17 00:00:00 2001 From: mozrokafor <94625718+mozrokafor@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:18:30 -0400 Subject: [PATCH] update ga node version (#4669) * update ga node version * additional version updates * putting mymindstorm back to v7 * updating versions for linux yaml --- .github/workflows/functional_tests.yaml | 8 +++---- .github/workflows/gh_pages.yaml | 30 ++++++++++++------------- .github/workflows/linters.yaml | 4 ++-- .github/workflows/linux.yaml | 12 +++++----- .github/workflows/ppa-automation.yaml | 4 ++-- .github/workflows/test_lottie.yaml | 14 ++++++------ .github/workflows/test_qml.yaml | 10 ++++----- .github/workflows/test_unit.yaml | 14 ++++++------ .github/workflows/wasm.yaml | 10 ++++----- .github/workflows/wiki.yaml | 2 +- 10 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/functional_tests.yaml b/.github/workflows/functional_tests.yaml index 05a2d25d24..35059eef09 100644 --- a/.github/workflows/functional_tests.yaml +++ b/.github/workflows/functional_tests.yaml @@ -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 @@ -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 }} @@ -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: . @@ -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 diff --git a/.github/workflows/gh_pages.yaml b/.github/workflows/gh_pages.yaml index 68329e4cab..d005d59ce7 100644 --- a/.github/workflows/gh_pages.yaml +++ b/.github/workflows/gh_pages.yaml @@ -24,8 +24,8 @@ 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 @@ -33,7 +33,7 @@ jobs: 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 @@ -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 @@ -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 @@ -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 @@ -80,7 +80,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules shell: bash @@ -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 @@ -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 diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index c4bd7fb329..7a71a4a7cc 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -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 @@ -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' diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 2283aeac65..0e061bd44b 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -94,7 +94,7 @@ jobs: steps: - name: Download Source Package - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: Sources @@ -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: | diff --git a/.github/workflows/ppa-automation.yaml b/.github/workflows/ppa-automation.yaml index 30244229b3..de9bd1c921 100644 --- a/.github/workflows/ppa-automation.yaml +++ b/.github/workflows/ppa-automation.yaml @@ -16,7 +16,7 @@ jobs: environment: PPA Automation steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: fi - name: Uploading sources - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Sources path: .tmp diff --git a/.github/workflows/test_lottie.yaml b/.github/workflows/test_lottie.yaml index 1764fb5095..66ccccf60e 100644 --- a/.github/workflows/test_lottie.yaml +++ b/.github/workflows/test_lottie.yaml @@ -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 @@ -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 @@ -78,7 +78,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Qt6 shell: bash @@ -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 @@ -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 @@ -125,7 +125,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Qt shell: bash diff --git a/.github/workflows/test_qml.yaml b/.github/workflows/test_qml.yaml index 6419bd5be4..f89caee571 100644 --- a/.github/workflows/test_qml.yaml +++ b/.github/workflows/test_qml.yaml @@ -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: | @@ -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 @@ -75,7 +75,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Qt6 shell: bash @@ -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 @@ -133,7 +133,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules shell: bash diff --git a/.github/workflows/test_unit.yaml b/.github/workflows/test_unit.yaml index 84b288711c..e75612f053 100644 --- a/.github/workflows/test_unit.yaml +++ b/.github/workflows/test_unit.yaml @@ -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: | @@ -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 @@ -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 @@ -95,7 +95,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules shell: bash @@ -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 @@ -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 @@ -161,7 +161,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules shell: bash diff --git a/.github/workflows/wasm.yaml b/.github/workflows/wasm.yaml index 57b4611772..dd228296eb 100644 --- a/.github/workflows/wasm.yaml +++ b/.github/workflows/wasm.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules shell: bash @@ -81,7 +81,7 @@ jobs: echo $TEST_LIST | jq - name: Uploading - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: WebAssembly Build Qt6 path: wasm @@ -98,11 +98,11 @@ jobs: test: ${{ fromJson(needs.wasmQt6.outputs.matrix) }} steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache build id: cache-build - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: build/ key: ${{ github.sha }} @@ -114,7 +114,7 @@ jobs: npm install - name: Download a Build Artifact - uses: actions/download-artifact@v2.0.8 + uses: actions/download-artifact@v3 with: name: WebAssembly Build Qt6 # Destination path diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index e606de5420..3a382545a2 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone Code Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: 'vpn' repository: ''