Skip to content

Commit 8020552

Browse files
authored
ci: change upload-artifact to v4 (#1260)
1 parent 833c940 commit 8020552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
yarn dist:win --${{ matrix.arch }}
6767
working-directory: example
6868

69-
- uses: actions/upload-artifact@v3
69+
- uses: actions/upload-artifact@v4
7070
with:
7171
name: AgoraRtcNgExample-win-${{ matrix.arch }}
7272
path: |
@@ -103,7 +103,7 @@ jobs:
103103
yarn dist:mac
104104
working-directory: example
105105

106-
- uses: actions/upload-artifact@v3
106+
- uses: actions/upload-artifact@v4
107107
with:
108108
name: AgoraRtcNgExample-mac-${{ matrix.arch }}
109109
path: |

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: gitleaks/gitleaks-action@v2.3.4
19+
- uses: gitleaks/gitleaks-action@v2
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2222
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.

0 commit comments

Comments
 (0)