From 0e7ec8eb3753e9d71e6638a224052e2c281e359d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 7 Dec 2022 12:24:42 +0100 Subject: [PATCH] bump replace deprecated syntax and dependencies in win-exe build --- .github/workflows/win-exe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 1ccf7a560..36d727bd0 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -316,12 +316,12 @@ jobs: needs: [build-msi, build-exe] steps: - name: Download .msi - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: msi path: msi - name: Download .exe - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: exe path: exe @@ -331,7 +331,7 @@ jobs: cp msi/*.msi files cp exe/*.exe files - name: Upload to Kaspersky - uses: SamKirkland/FTP-Deploy-Action@4.3.0 + uses: SamKirkland/FTP-Deploy-Action@4.3.3 with: protocol: ftps server: allowlist.kaspersky-labs.com