mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-16 07:56:12 +08:00
[ci] update actions Node 20 deprecation
This commit is contained in:
@@ -109,7 +109,7 @@ jobs:
|
|||||||
Compress-Archive -Path (Join-Path $env:PUBLISH_DIR '*') -DestinationPath $archivePath -CompressionLevel Optimal
|
Compress-Archive -Path (Join-Path $env:PUBLISH_DIR '*') -DestinationPath $archivePath -CompressionLevel Optimal
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.init.outputs.artifact-name }}
|
name: ${{ needs.init.outputs.artifact-name }}
|
||||||
path: ${{ env.RELEASE_DIR }}\${{ needs.init.outputs.archive-name }}
|
path: ${{ env.RELEASE_DIR }}\${{ needs.init.outputs.archive-name }}
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download build artifact
|
- name: Download build artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.init.outputs.artifact-name }}
|
name: ${{ needs.init.outputs.artifact-name }}
|
||||||
path: release
|
path: release
|
||||||
|
|||||||
Reference in New Issue
Block a user