diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e583cd0..0645285 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -42,7 +42,7 @@ jobs: with: subject-path: ${{ steps.repo.outputs.repo }}-* - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.repo.outputs.repo }}-${{ steps.version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }} path: ${{ steps.repo.outputs.repo }}-*