From 29cf01d4422a49a69e5af0cfb169d939e9f4f5b0 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sat, 16 Dec 2023 14:36:12 +0100 Subject: [PATCH] Fix workflow for duplicate names --- Library/Homebrew/dev-cmd/tap-new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/tap-new.rb b/Library/Homebrew/dev-cmd/tap-new.rb index 86f8382303..ffe01a144c 100644 --- a/Library/Homebrew/dev-cmd/tap-new.rb +++ b/Library/Homebrew/dev-cmd/tap-new.rb @@ -96,7 +96,7 @@ module Homebrew - 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.*'