diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eddd72a..0c7c43e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -138,14 +138,12 @@ jobs: - build-and-release-windows - build-and-release-macos steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: - merge-multiple: true path: ./renamer-release - + merge-multiple: true - name: Install dependencies run: sudo apt-get install tree -y - - name: Upload Release uses: ncipollo/release-action@v1 with: