feat: update artifact v3 to v4

This commit is contained in:
killcerr
2024-11-23 18:09:51 +08:00
committed by GitHub
Unverified
parent febe1f6870
commit e27eb3fdf1
+2 -2
View File
@@ -26,7 +26,7 @@ jobs:
- run: |
xmake -w -y
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }}
path: |
@@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}-windows-x64-${{ github.sha }}
path: release/