diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 782f8ab..d79fb4d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -107,7 +107,7 @@ jobs:
zip -j artifacts/bamboo.${{ needs.build.outputs.nuGetVersion }}.zip target/bamboo.jar
- name: Install Octopus CLI 🐙
- uses: OctopusDeploy/install-octopus-cli-action@v1
+ uses: OctopusDeploy/install-octopus-cli-action@v3
with:
version: latest
diff --git a/pom.xml b/pom.xml
index ef237eb..dc87aa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.22.2
+ 3.5.2
org.apache.maven.plugins