From d372f2425860d61bfc247244080bd0b136208dd3 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Thu, 25 Apr 2024 07:58:31 +0000 Subject: [PATCH] Roll back upload version --- .github/workflows/tests.yml | 5 +++-- renovate.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ec3ef0..27845e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,8 +35,9 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' # Do not upgrade to v4 due to https://github.com/actions/upload-artifact/issues/478 - # Homebrew will need to solve this in the `brew pr-pull` command - uses: actions/upload-artifact@v4 + # Homebrew will need to solve this in the `brew pr-pull` command. We + # have disabled rennovate for this repo to stop this gettung upgraded + uses: actions/upload-artifact@v3 with: name: bottles path: '*.bottle.*' diff --git a/renovate.json b/renovate.json index 8daf615..59424b2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "enabled": false, "extends": [ "local>overmindtech/renovate-config" ]