diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da0968ba2ca..472cc0bf777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Upload llhttp generated files uses: actions/upload-artifact@v2 with: - name: llhttp + name: llhttp-${{ env.GITHUB_SHA }} path: vendor/llhttp/build test: @@ -155,7 +155,7 @@ jobs: if: ${{ matrix.no-extensions == '' }} uses: actions/download-artifact@v2 with: - name: llhttp + name: llhttp-${{ env.GITHUB_SHA }} path: vendor/llhttp/build/ - name: Run unittests env: