Skip to content

Commit

Permalink
ci: updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Feb 22, 2024
1 parent 4fa7941 commit 78d0e55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pretify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
pnpm build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: release
path: |
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/virustotal-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78d0e55

Please sign in to comment.