From dce9a25469ffb3b8172e835e8f74b67a20b02cad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 19:21:24 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bd4851..c1e97b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Archive logs artifacts if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: logs_composer-${{ matrix.composer }}_php-${{ matrix.php }} path: |