From 187f7d31ea3e2ddb9f38e3bceefc69685b0e9a46 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Wed, 28 Feb 2024 19:13:48 +0100 Subject: [PATCH] CI: Update workflows to fix error during bottle artifact upload --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d1e34a1..43a6813 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-12] + os: [ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} env: HOMEBREW_NO_INSTALL_FROM_API: 1 @@ -33,7 +33,7 @@ jobs: if: github.event_name == 'pull_request' - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v3 with: name: bottles path: '*.bottle.*'