mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
chore(deps): update actions/upload-artifact action to v6 (#5812)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/dev.yml
vendored
6
.github/workflows/dev.yml
vendored
@@ -153,7 +153,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifacts (macOS)
|
- name: Upload Artifacts (macOS)
|
||||||
if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'
|
if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target }}
|
name: ${{ matrix.target }}
|
||||||
path: target/${{ matrix.target }}/release/bundle/dmg/*.dmg
|
path: target/${{ matrix.target }}/release/bundle/dmg/*.dmg
|
||||||
@@ -161,7 +161,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifacts (Windows)
|
- name: Upload Artifacts (Windows)
|
||||||
if: matrix.os == 'windows-latest' && github.event.inputs[matrix.input] == 'true'
|
if: matrix.os == 'windows-latest' && github.event.inputs[matrix.input] == 'true'
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target }}
|
name: ${{ matrix.target }}
|
||||||
path: target/${{ matrix.target }}/release/bundle/nsis/*.exe
|
path: target/${{ matrix.target }}/release/bundle/nsis/*.exe
|
||||||
@@ -169,7 +169,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifacts (Linux)
|
- name: Upload Artifacts (Linux)
|
||||||
if: matrix.os == 'ubuntu-22.04' && github.event.inputs[matrix.input] == 'true'
|
if: matrix.os == 'ubuntu-22.04' && github.event.inputs[matrix.input] == 'true'
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target }}
|
name: ${{ matrix.target }}
|
||||||
path: target/${{ matrix.target }}/release/bundle/deb/*.deb
|
path: target/${{ matrix.target }}/release/bundle/deb/*.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user