Skip to content

Commit

Permalink
Merge pull request #958 from Homebrew/artifact_id_string
Browse files Browse the repository at this point in the history
test_formulae: correct artifact ID type.
  • Loading branch information
MikeMcQuaid authored Jul 21, 2023
2 parents 0850fba + a487d57 commit 1771ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test_formulae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def download_artifact_from_previous_run!(artifact_name, dry_run:)

artifact_cache.mkpath
artifact_cache.cd do
GitHub.download_artifact(download_url, artifact_id)
GitHub.download_artifact(download_url, artifact_id.to_s)
end

return if wanted_artifact_name == artifact_name
Expand Down

0 comments on commit 1771ae5

Please sign in to comment.