From f2260f01774f4d7c5d4cd170a29e038e7a905c3b Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 24 Sep 2024 10:22:02 +0200 Subject: [PATCH] pin drone s3 plugin to 1.4.0 Workaround https://github.com/drone-plugins/drone-s3/issues/171 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 0b19779ffd..7333c7cea4 100644 --- a/.drone.star +++ b/.drone.star @@ -33,7 +33,7 @@ PLUGINS_GH_PAGES = "plugins/gh-pages:1" PLUGINS_GITHUB_RELEASE = "plugins/github-release:1" PLUGINS_GIT_ACTION = "plugins/git-action:1" PLUGINS_MANIFEST = "plugins/manifest:1" -PLUGINS_S3 = "plugins/s3:latest" +PLUGINS_S3 = "plugins/s3:1.4.0" PLUGINS_S3_CACHE = "plugins/s3-cache:1" PLUGINS_SLACK = "plugins/slack:1" REDIS = "redis:6-alpine"