From 8f8446bdd62d629d85404a2309d29702348b0b97 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Oct 2024 12:12:08 +0000 Subject: [PATCH] Update to v4.2.0 --- Gemfile.lock | 2 +- lib/allure_report_publisher/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c3b261a..1b12085 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (4.1.0) + allure-report-publisher (4.2.0) aws-sdk-s3 (>= 1.93.1, < 1.169.0) dry-cli (>= 0.6, < 1.3) faraday-retry (>= 1, < 3) diff --git a/lib/allure_report_publisher/version.rb b/lib/allure_report_publisher/version.rb index a3c59bc..44bbce1 100644 --- a/lib/allure_report_publisher/version.rb +++ b/lib/allure_report_publisher/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Publisher - VERSION = "4.1.0" + VERSION = "4.2.0" end