From cdb401cf0039fcefe1fb863de5615c986362eade Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Wed, 5 Oct 2022 15:17:30 +0200 Subject: [PATCH] Update Github actions version --- .github/workflows/build-release.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/nightly.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 9e777bf135..60a15ed699 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Code Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Fetch build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: List assets run: ls -al Assets diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a202c9eb0..de1b32fd07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: outputs: targets: ${{ steps.get-targets.outputs.targets }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get all official build targets id: get-targets @@ -73,7 +73,7 @@ jobs: name: Test runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: sudo apt-get install -y libblocksruntime-dev diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d3c3b68a85..5ec2c0af53 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -32,10 +32,10 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Code Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Fetch build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Select release notes id: notes