diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29a1e2d1..949c4d87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,8 +40,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: release_on_${{ matrix. os }} + name: release_on_${{ matrix.os }} path: release/ - retention-days: 5 \ No newline at end of file + retention-days: 5