File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
yarn dist:win --${{ matrix.arch }}
67
67
working-directory : example
68
68
69
- - uses : actions/upload-artifact@v3
69
+ - uses : actions/upload-artifact@v4
70
70
with :
71
71
name : AgoraRtcNgExample-win-${{ matrix.arch }}
72
72
path : |
@@ -103,7 +103,7 @@ jobs:
103
103
yarn dist:mac
104
104
working-directory : example
105
105
106
- - uses : actions/upload-artifact@v3
106
+ - uses : actions/upload-artifact@v4
107
107
with :
108
108
name : AgoraRtcNgExample-mac-${{ matrix.arch }}
109
109
path : |
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
- - uses : gitleaks/gitleaks-action@v2.3.4
19
+ - uses : gitleaks/gitleaks-action@v2
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
22
22
GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.
You can’t perform that action at this time.
0 commit comments