From d31ce933d30274f7d1cddb32686f93ba815a502c Mon Sep 17 00:00:00 2001 From: Mistral OZ - MIO Date: Fri, 14 Mar 2025 20:23:13 +0100 Subject: [PATCH] Upgrade actions/upload-artifact to v4 --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d403396..e59bf7b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -18,7 +18,7 @@ jobs: php_version: ['8.4', '8.3','8.2','8.1','8.0','7.4'] variant: ['apache','cli','fpm'] # builder: [ {arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "macos-latest"}] - builder: [ {arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "ubuntu-latest"}] + builder: [ {arch: "amd64", os: "ubuntu-24.04"}, {arch: "arm64", os: "ubuntu-24.04"}] runs-on: ${{ matrix.builder.os }} name: Test ${{ matrix.php_version }}-${{ matrix.variant }} ${{ matrix.builder.arch }} only steps: @@ -110,7 +110,7 @@ jobs: --set "*.output=type=registry" \ php${PHP_VERSION//.}-${{ matrix.variant }}-all - name: Push artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.php_version }}-${{ matrix.variant }} path: /tmp/tags.log