Skip to content

Commit 8719d44

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent b1a1c5c commit 8719d44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
${{ runner.os }}-node-
1818
- run: npm install
1919
- run: npm run package -- linux
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v5
2121
with:
2222
name: linux
2323
path: |
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-node-
4040
- run: npm install
4141
- run: npm run package -- darwin
42-
- uses: actions/upload-artifact@v3
42+
- uses: actions/upload-artifact@v5
4343
with:
4444
name: macos
4545
path: |
@@ -60,7 +60,7 @@ jobs:
6060
${{ runner.os }}-node-
6161
- run: npm install
6262
- run: npm run package -- win32
63-
- uses: actions/upload-artifact@v3
63+
- uses: actions/upload-artifact@v5
6464
with:
6565
name: windows
6666
path: |

0 commit comments

Comments
 (0)