From ad975fb91501a3f84707f320457448d4eed35b4d Mon Sep 17 00:00:00 2001 From: truemiller Date: Wed, 11 Sep 2024 11:25:44 +0100 Subject: [PATCH] hotfix: update checkout and download-artifact actions to v4 --- .github/workflows/backend.yml | 2 +- .github/workflows/common_checks.yml | 2 +- .github/workflows/release.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 24a790c4a..f2655da3c 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Node.js (for package scripts) - uses: actions/setup-node@v4 diff --git a/.github/workflows/common_checks.yml b/.github/workflows/common_checks.yml index f4258a3d2..df38258ba 100644 --- a/.github/workflows/common_checks.yml +++ b/.github/workflows/common_checks.yml @@ -15,7 +15,7 @@ jobs: python-version: ["3.10.9"] timeout-minutes: 30 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@master with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 806acb4c7..9ba0fd8c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: needs: - "build-macos-pyinstaller" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.10" @@ -72,12 +72,12 @@ jobs: with: node-version: lts/* - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pearl_x64 path: electron/bins/ - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: pearl_arm64 path: electron/bins/