File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Install build requirements
2020 run : |
2121 sudo apt -y install gcc-mingw-w64
7272 CODESIGN_COMMAND : ${{ secrets.CODESIGN_COMMAND }}
7373 CODESIGN_PRIVATE : ${{ secrets.CODESIGN_PRIVATE }}
7474 - name : Upload built artifacts
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : Dmidecode-Build
7878 path : |
8181 - name : VirusTotal Scan
8282 id : vt-scan
8383 if : startsWith(github.ref, 'refs/tags/')
84- uses : crazy-max/ghaction-virustotal@v3
84+ uses : crazy-max/ghaction-virustotal@v4
8585 with :
8686 vt_api_key : ${{ secrets.VT_API_KEY }}
8787 files : |
@@ -121,7 +121,7 @@ jobs:
121121 VT_API_KEY : ${{ secrets.VT_API_KEY }}
122122 - name : Release
123123 if : startsWith(github.ref, 'refs/tags/')
124- uses : softprops/action-gh-release@v1
124+ uses : softprops/action-gh-release@v2
125125 env :
126126 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127127 with :
You can’t perform that action at this time.
0 commit comments