Commit 312e2d8 1 parent e054d3b commit 312e2d8 Copy full SHA for 312e2d8
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Install build requirements
20
20
run : |
21
21
sudo apt -y install gcc-mingw-w64
72
72
CODESIGN_COMMAND : ${{ secrets.CODESIGN_COMMAND }}
73
73
CODESIGN_PRIVATE : ${{ secrets.CODESIGN_PRIVATE }}
74
74
- name : Upload built artifacts
75
- uses : actions/upload-artifact@v3
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : Dmidecode-Build
78
78
path : |
81
81
- name : VirusTotal Scan
82
82
id : vt-scan
83
83
if : startsWith(github.ref, 'refs/tags/')
84
- uses : crazy-max/ghaction-virustotal@v3
84
+ uses : crazy-max/ghaction-virustotal@v4
85
85
with :
86
86
vt_api_key : ${{ secrets.VT_API_KEY }}
87
87
files : |
@@ -121,7 +121,7 @@ jobs:
121
121
VT_API_KEY : ${{ secrets.VT_API_KEY }}
122
122
- name : Release
123
123
if : startsWith(github.ref, 'refs/tags/')
124
- uses : softprops/action-gh-release@v1
124
+ uses : softprops/action-gh-release@v2
125
125
env :
126
126
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
127
127
with :
You can’t perform that action at this time.
0 commit comments