diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1a1f9a2..e99abe75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }} - name: "Download phar ./phparkitect-${{ github.sha }}.phar" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # will download phar in project root name: phar-artifact @@ -121,7 +121,7 @@ jobs: if: github.event_name == 'release' steps: - name: "Download phar ./phparkitect-${{ github.sha }}.phar" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: # will download phar in project root name: phar-artifact