From 3f0e7aa60f725a5a852d24996894fa6f2c53edce Mon Sep 17 00:00:00 2001 From: Nikolay Matrosov Date: Sat, 17 Feb 2024 15:28:04 +0100 Subject: [PATCH] v2 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548490b..f585396 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The action uploads files from the given folder to Yandex Cloud Object Storage us ```yaml - name: Upload files to Object Storage id: s3-upload - uses: yc-actions/yc-obj-storage-upload@v1 + uses: yc-actions/yc-obj-storage-upload@v2 with: yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }} bucket: ${{ secrets.BUCKET }}