From 85b28a0c4b6930ba8280c1bf8e419885f9bf0a02 Mon Sep 17 00:00:00 2001 From: devops-flipsidecrypto Date: Thu, 29 Sep 2022 19:45:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'.github/action?= =?UTF-8?q?s/openvpn-kill/action.yml'=20with=20remote=20'.github/actions/o?= =?UTF-8?q?penvpn-kill/action.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/openvpn-kill/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/openvpn-kill/action.yml b/.github/actions/openvpn-kill/action.yml index 17e5c57..a67d621 100644 --- a/.github/actions/openvpn-kill/action.yml +++ b/.github/actions/openvpn-kill/action.yml @@ -29,7 +29,7 @@ runs: sudo killall openvpn - name: Upload VPN logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: VPN logs path: ${{ steps.kill-openvpn.outputs.openvpn-log-dir }}