Skip to content

Commit

Permalink
Roll back upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Apr 25, 2024
1 parent 4369a41 commit d372f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*'
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": false,
"extends": [
"local>overmindtech/renovate-config"
]
Expand Down

0 comments on commit d372f24

Please sign in to comment.