From 78d0e55cf8962836e0730841e119f448e880d7a8 Mon Sep 17 00:00:00 2001 From: "alex.kopachov" Date: Thu, 22 Feb 2024 10:35:48 +0100 Subject: [PATCH] ci: updated actions --- .github/workflows/auto-pretify.yml | 2 +- .github/workflows/create-new-release.yml | 4 ++-- .github/workflows/virustotal-scan.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-pretify.yml b/.github/workflows/auto-pretify.yml index bdbb4a0..c2739ef 100644 --- a/.github/workflows/auto-pretify.yml +++ b/.github/workflows/auto-pretify.yml @@ -34,7 +34,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} diff --git a/.github/workflows/create-new-release.yml b/.github/workflows/create-new-release.yml index 58e7368..a3432b0 100644 --- a/.github/workflows/create-new-release.yml +++ b/.github/workflows/create-new-release.yml @@ -107,7 +107,7 @@ jobs: run: | pnpm build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: release path: | @@ -124,7 +124,7 @@ jobs: needs: ['create-release', 'build'] steps: - name: Download release artifacts - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4 with: name: release path: release diff --git a/.github/workflows/virustotal-scan.yml b/.github/workflows/virustotal-scan.yml index 89ab5b1..4188c32 100644 --- a/.github/workflows/virustotal-scan.yml +++ b/.github/workflows/virustotal-scan.yml @@ -10,7 +10,7 @@ jobs: steps: - name: VirusTotal Scan - uses: crazy-max/ghaction-virustotal@v3 + uses: crazy-max/ghaction-virustotal@v4 with: vt_api_key: ${{ secrets.VT_API_KEY }} update_release_body: true