From e6a1b5c79f7b6357b4869555fce2913d340812f5 Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Sun, 16 Mar 2025 09:54:10 +0100 Subject: [PATCH] fix action version --- .github/workflows/integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index c460cf21..69dbadc0 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-${{ matrix.ubuntu_version }} name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: get cache directory id: composer-cache @@ -126,7 +126,7 @@ jobs: - name: Save logs if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: failure-logs path: failure-logs