From a9f71bef63986741767780f9c6974d1c6d096f3a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 6 Aug 2024 12:08:06 +0200 Subject: [PATCH] GA: update actions to newer versions Github Actions complain that we use actions written for NodeJS 16 while they run them on NodeJS 20. This change bumps versions to ones which use NodeJS 20. Signed-off-by: Marcin Juszkiewicz --- .github/workflows/build-cirros.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-cirros.yaml b/.github/workflows/build-cirros.yaml index 0fd129e..347c0e0 100644 --- a/.github/workflows/build-cirros.yaml +++ b/.github/workflows/build-cirros.yaml @@ -25,16 +25,16 @@ jobs: steps: - name: Pull cirros source artifacts - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache download - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: downloads-${{ matrix.arch }}-${{ hashFiles('bin/build-release') }} path: download/ - name: Cache ccache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: ccache-${{ matrix.arch }}-${{ hashFiles('bin/build-release') }} path: ccache/ @@ -61,7 +61,7 @@ jobs: POWEROFF: "true" - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: cirros-${{ matrix.arch }} path: build-ci/release/