Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
502f618065 chore(deps): update actions/upload-artifact action to v7 2026-04-11 17:06:54 +00:00

View File

@@ -17,7 +17,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm install - run: npm install
- run: npm run package -- linux - run: npm run package -- linux
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
with: with:
name: linux name: linux
path: | path: |
@@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm install - run: npm install
- run: npm run package -- darwin - run: npm run package -- darwin
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
with: with:
name: macos name: macos
path: | path: |
@@ -60,7 +60,7 @@ jobs:
${{ runner.os }}-node- ${{ runner.os }}-node-
- run: npm install - run: npm install
- run: npm run package -- win32 - run: npm run package -- win32
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
with: with:
name: windows name: windows
path: | path: |