From 998ce314a1fa584157c0f54f67f765f6821958ec Mon Sep 17 00:00:00 2001 From: Andrejs Date: Fri, 18 Oct 2024 08:53:32 +0300 Subject: [PATCH] Prepare for release 2.8.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ee471..d366dfd 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ env: ```yml steps: - name: Publish allure report - uses: andrcuns/allure-publish-action@v2.7.1 + uses: andrcuns/allure-publish-action@v2.8.0 env: GOOGLE_CLOUD_CREDENTIALS_JSON: ${{ secrets.GOOGLE_CLOUD_CREDENTIALS_JSON }} GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}