diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52825a05..3a33aed4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -214,7 +214,7 @@ jobs: # artifacts: - name: Download report license - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 if: startsWith(github.ref, 'refs/tags/v') with: name: keelung-compiler-license-report @@ -317,7 +317,7 @@ jobs: stack test - name: Download report license - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 if: startsWith(github.ref, 'refs/tags/v') with: name: keelung-compiler-license-report