diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11840bc..a7566e6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,7 +86,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Add artifacts to release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref == 'refs/heads/main' && steps.semantic.outputs.new_release_version != null with: tag_name: v${{ steps.semantic.outputs.new_release_version }}