Skip to content

Commit 312e2d8

Browse files
committed
Update build workflow
1 parent e054d3b commit 312e2d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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: |
@@ -81,7 +81,7 @@ jobs:
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:

0 commit comments

Comments
 (0)