diff --git a/.github/workflows/publish-apt-brew-pkg.yml b/.github/workflows/publish-apt-brew-pkg.yml index cde67fb1a2..dedc97520a 100644 --- a/.github/workflows/publish-apt-brew-pkg.yml +++ b/.github/workflows/publish-apt-brew-pkg.yml @@ -38,7 +38,7 @@ jobs: - name: Build deb package run: cargo deb -p meilisearch -o target/debian/meilisearch.deb - name: Upload debian pkg to release - uses: svenstaro/upload-release-action@2.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.MEILI_BOT_GH_PAT }} file: target/debian/meilisearch.deb diff --git a/.github/workflows/publish-release-assets.yml b/.github/workflows/publish-release-assets.yml index 015996bf2b..e194906fca 100644 --- a/.github/workflows/publish-release-assets.yml +++ b/.github/workflows/publish-release-assets.yml @@ -82,7 +82,7 @@ jobs: # No need to upload binaries for dry run (cron or workflow_dispatch) - name: Upload binaries to release if: github.event_name == 'release' - uses: svenstaro/upload-release-action@2.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.MEILI_BOT_GH_PAT }} file: target/${{ matrix.binary_path }} @@ -108,7 +108,7 @@ jobs: - name: Upload OpenAPI to Release # No need to upload for dry run (cron or workflow_dispatch) if: github.event_name == 'release' - uses: svenstaro/upload-release-action@2.11.2 + uses: svenstaro/upload-release-action@2.11.3 with: repo_token: ${{ secrets.MEILI_BOT_GH_PAT }} file: ./meilisearch.json