fix: artifact version

This commit is contained in:
tux
2025-07-05 07:29:37 +05:30
committed by GitHub
parent db7094987b
commit d507ff4bdc

View File

@@ -48,7 +48,7 @@ jobs:
- name: Upload build artifacts
if: github.event_name == 'release'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: ./publish/${{ matrix.artifact-name }}
@@ -60,7 +60,7 @@ jobs:
steps:
- name: Download all artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./artifacts